Color Hex Logo

#f02cab Color Hex

#F02CAB
(240,44,171)
0 Favorites   0 Comments

Color spaces of #f02cab

RGB 24044171
HSL0.890.870.56
HSV321°82°94°
CMYK 0.000.820.29   0.06
XYZ44.186523.266940.6901
Yxy23.26690.40860.2151
Hunter Lab48.235879.1028-16.2500
CIE-Lab55.346279.8086-21.0480

#f02cab color RGB value is (240,44,171).

#f02cab hex color red value is 240, green value is 44 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f02cab hue: 0.89 , saturation: 0.87 and the lightness value of f02cab is 0.56.

The process color (four color CMYK) of #f02cab color hex is 0.00, 0.82, 0.29, 0.06. Web safe color of #f02cab is #ff3399. Color #f02cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101100 10101011
Octal 360 54 253
Decimal 240 44 171
Hex F0 2C AB

RGB Percentages of Color #f02cab

%52.75
%9.67
%37.58

CMYK Percentages of Color #f02cab

%0
%82
%29
%6

Triadic Colors of #f02cab

#f02cab #abf02c #2cabf0

Analogous Colors of #f02cab

#f02cab #f02c49 #d32cf0

Monochromatic Colors of #f02cab

#f02cab

Complementary Color

#f02cab #2cf071

#f02cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02cab Color CSS Codes

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

#f02cab Text Font Color

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

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


#f02cab Background Color

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

This div background color is #f02cab


#f02cab Border Color

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

This div border color is #f02cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02cab


Comments

No comments written yet.

Please login to write comment.