Color Hex Logo

#f02dcb Color Hex

#F02DCB
(240,45,203)
0 Favorites   0 Comments

Color spaces of #f02dcb

RGB 24045203
HSL0.860.870.56
HSV311°81°94°
CMYK 0.000.810.15   0.06
XYZ47.653124.713858.7586
Yxy24.71380.36340.1885
Hunter Lab49.713084.1061-35.2791
CIE-Lab56.795583.4370-37.3203

#f02dcb color RGB value is (240,45,203).

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

The process color (four color CMYK) of #f02dcb color hex is 0.00, 0.81, 0.15, 0.06. Web safe color of #f02dcb is #ff33cc. Color #f02dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101101 11001011
Octal 360 55 313
Decimal 240 45 203
Hex F0 2D CB

RGB Percentages of Color #f02dcb

%49.18
%9.22
%41.60

CMYK Percentages of Color #f02dcb

%0
%81
%15
%6

Triadic Colors of #f02dcb

#f02dcb #cbf02d #2dcbf0

Analogous Colors of #f02dcb

#f02dcb #f02d6a #b42df0

Monochromatic Colors of #f02dcb

#f02dcb

Complementary Color

#f02dcb #2df052

#f02dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02dcb Color CSS Codes

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

#f02dcb Text Font Color

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

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


#f02dcb Background Color

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

This div background color is #f02dcb


#f02dcb Border Color

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

This div border color is #f02dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02dcb


Comments

No comments written yet.

Please login to write comment.