Color Hex Logo

#f008ca Color Hex

#F008CA
(240,8,202)
0 Favorites   0 Comments

Color spaces of #f008ca

RGB 2408202
HSL0.860.940.49
HSV310°97°94°
CMYK 0.000.970.16   0.06
XYZ46.682722.963257.8490
Yxy22.96320.36620.1801
Hunter Lab47.919990.0315-38.0310
CIE-Lab55.034488.3131-39.5120

#f008ca color RGB value is (240,8,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001000 11001010
Octal 360 10 312
Decimal 240 8 202
Hex F0 8 CA

RGB Percentages of Color #f008ca

%53.33
%1.78
%44.89

CMYK Percentages of Color #f008ca

%0
%97
%16
%6

Triadic Colors of #f008ca

#f008ca #caf008 #08caf0

Analogous Colors of #f008ca

#f008ca #f00856 #a208f0

Monochromatic Colors of #f008ca

#f008ca

Complementary Color

#f008ca #08f02e

#f008ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f008ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f008ca Color CSS Codes

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

#f008ca Text Font Color

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

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


#f008ca Background Color

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

This div background color is #f008ca


#f008ca Border Color

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

This div border color is #f008ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f008ca


Comments

No comments written yet.

Please login to write comment.