Color Hex Logo

#f02cdd Color Hex

#F02CDD
(240,44,221)
0 Favorites   0 Comments

Color spaces of #f02cdd

RGB 24044221
HSL0.850.870.56
HSV306°82°94°
CMYK 0.000.820.08   0.06
XYZ49.887025.547170.7084
Yxy25.54710.34140.1748
Hunter Lab50.544187.7270-47.5625
CIE-Lab57.604686.0616-46.2898

#f02cdd color RGB value is (240,44,221).

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

The process color (four color CMYK) of #f02cdd color hex is 0.00, 0.82, 0.08, 0.06. Web safe color of #f02cdd is #ff33cc. Color #f02cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101100 11011101
Octal 360 54 335
Decimal 240 44 221
Hex F0 2C DD

RGB Percentages of Color #f02cdd

%47.52
%8.71
%43.76

CMYK Percentages of Color #f02cdd

%0
%82
%8
%6

Triadic Colors of #f02cdd

#f02cdd #ddf02c #2cddf0

Analogous Colors of #f02cdd

#f02cdd #f02c7b #a12cf0

Monochromatic Colors of #f02cdd

#f02cdd

Complementary Color

#f02cdd #2cf03f

#f02cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02cdd Color CSS Codes

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

#f02cdd Text Font Color

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

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


#f02cdd Background Color

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

This div background color is #f02cdd


#f02cdd Border Color

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

This div border color is #f02cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02cdd


Comments

No comments written yet.

Please login to write comment.