Color Hex Logo

#f008cb Color Hex

#F008CB
(240,8,203)
0 Favorites   0 Comments

Color spaces of #f008cb

RGB 2408203
HSL0.860.940.49
HSV310°97°94°
CMYK 0.000.970.15   0.06
XYZ46.801523.010758.4747
Yxy23.01070.36480.1794
Hunter Lab47.969590.2073-38.6958
CIE-Lab55.083488.4365-40.0096

#f008cb color RGB value is (240,8,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001000 11001011
Octal 360 10 313
Decimal 240 8 203
Hex F0 8 CB

RGB Percentages of Color #f008cb

%53.22
%1.77
%45.01

CMYK Percentages of Color #f008cb

%0
%97
%15
%6

Triadic Colors of #f008cb

#f008cb #cbf008 #08cbf0

Analogous Colors of #f008cb

#f008cb #f00857 #a108f0

Monochromatic Colors of #f008cb

#f008cb

Complementary Color

#f008cb #08f02d

#f008cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f008cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f008cb Color CSS Codes

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

#f008cb Text Font Color

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

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


#f008cb Background Color

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

This div background color is #f008cb


#f008cb Border Color

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

This div border color is #f008cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,8,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 #f008cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f008cb


Comments

No comments written yet.

Please login to write comment.