Color Hex Logo

#f90ce2 Color Hex

#F90CE2
(249,12,226)
0 Favorites   0 Comments

Color spaces of #f90ce2

RGB 24912226
HSL0.850.950.51
HSV306°95°98°
CMYK 0.000.950.09   0.02
XYZ52.925925.893774.1600
Yxy25.89370.34600.1693
Hunter Lab50.885996.6059-50.7879
CIE-Lab57.936092.6620-48.4919

#f90ce2 color RGB value is (249,12,226).

#f90ce2 hex color red value is 249, green value is 12 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #f90ce2 hue: 0.85 , saturation: 0.95 and the lightness value of f90ce2 is 0.51.

The process color (four color CMYK) of #f90ce2 color hex is 0.00, 0.95, 0.09, 0.02. Web safe color of #f90ce2 is #ff00cc. Color #f90ce2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001100 11100010
Octal 371 14 342
Decimal 249 12 226
Hex F9 C E2

RGB Percentages of Color #f90ce2

%51.13
%2.46
%46.41

CMYK Percentages of Color #f90ce2

%0
%95
%9
%2

Triadic Colors of #f90ce2

#f90ce2 #e2f90c #0ce2f9

Analogous Colors of #f90ce2

#f90ce2 #f90c6c #9a0cf9

Monochromatic Colors of #f90ce2

#f90ce2

Complementary Color

#f90ce2 #0cf923

#f90ce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90ce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90ce2 Color CSS Codes

.mybgcolor {background-color:#f90ce2; } 
.myforecolor {color:#f90ce2; }
.mybordercolor {border:3px solid #f90ce2; }

#f90ce2 Text Font Color

<p style="color:#f90ce2">Text here</p>

This sample text font color is #f90ce2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f90ce2 Background Color

<div style="background-color:#f90ce2">
Div content here</div>

This div background color is #f90ce2


#f90ce2 Border Color

<div style="border:3px solid #f90ce2">
Div here</div>

This div border color is #f90ce2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,12,226, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f90ce2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f90ce2;
  -webkit-box-shadow: 1px 1px 3px 2px #f90ce2;
  box-shadow:         1px 1px 3px 2px #f90ce2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,12,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f90ce2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f90ce2;
  -webkit-box-shadow: 1px 1px 3px 2px #f90ce2;
  box-shadow:         1px 1px 3px 2px #f90ce2;">
Div content here</div>

This div box has shadow with color #f90ce2


Comments

No comments written yet.

Please login to write comment.