Color Hex Logo

#f002cb Color Hex

#F002CB
(240,2,203)
0 Favorites   0 Comments

Color spaces of #f002cb

RGB 2402203
HSL0.860.980.47
HSV309°99°94°
CMYK 0.000.990.15   0.06
XYZ46.736422.880558.4530
Yxy22.88050.36490.1787
Hunter Lab47.833690.6970-38.9694
CIE-Lab54.949088.8323-40.2211

#f002cb color RGB value is (240,2,203).

#f002cb hex color red value is 240, green value is 2 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f002cb hue: 0.86 , saturation: 0.98 and the lightness value of f002cb is 0.47.

The process color (four color CMYK) of #f002cb color hex is 0.00, 0.99, 0.15, 0.06. Web safe color of #f002cb is #ff00cc. Color #f002cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000010 11001011
Octal 360 2 313
Decimal 240 2 203
Hex F0 2 CB

RGB Percentages of Color #f002cb

%53.93
%0.45
%45.62

CMYK Percentages of Color #f002cb

%0
%99
%15
%6

Triadic Colors of #f002cb

#f002cb #cbf002 #02cbf0

Analogous Colors of #f002cb

#f002cb #f00254 #9e02f0

Monochromatic Colors of #f002cb

#f002cb

Complementary Color

#f002cb #02f027

#f002cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f002cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f002cb Color CSS Codes

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

#f002cb Text Font Color

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

This sample text font color is #f002cb
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.


#f002cb Background Color

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

This div background color is #f002cb


#f002cb Border Color

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

This div border color is #f002cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,2,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f002cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f002cb;
  -webkit-box-shadow: 1px 1px 3px 2px #f002cb;
  box-shadow:         1px 1px 3px 2px #f002cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f002cb


Comments

No comments written yet.

Please login to write comment.