Color Hex Logo

#f20dbd Color Hex

#F20DBD
(242,13,189)
0 Favorites   0 Comments

Color spaces of #f20dbd

RGB 24213189
HSL0.870.900.50
HSV314°95°95°
CMYK 0.000.950.22   0.05
XYZ45.947222.839250.1308
Yxy22.83920.38640.1921
Hunter Lab47.790487.9825-28.7403
CIE-Lab54.906386.7825-32.1824

#f20dbd color RGB value is (242,13,189).

#f20dbd hex color red value is 242, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f20dbd hue: 0.87 , saturation: 0.90 and the lightness value of f20dbd is 0.50.

The process color (four color CMYK) of #f20dbd color hex is 0.00, 0.95, 0.22, 0.05. Web safe color of #f20dbd is #ff00cc. Color #f20dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001101 10111101
Octal 362 15 275
Decimal 242 13 189
Hex F2 D BD

RGB Percentages of Color #f20dbd

%54.50
%2.93
%42.57

CMYK Percentages of Color #f20dbd

%0
%95
%22
%5

Triadic Colors of #f20dbd

#f20dbd #bdf20d #0dbdf2

Analogous Colors of #f20dbd

#f20dbd #f20d4b #b50df2

Monochromatic Colors of #f20dbd

#f20dbd

Complementary Color

#f20dbd #0df242

#f20dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20dbd Color CSS Codes

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

#f20dbd Text Font Color

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

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


#f20dbd Background Color

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

This div background color is #f20dbd


#f20dbd Border Color

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

This div border color is #f20dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,13,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f20dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f20dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #f20dbd;
  box-shadow:         1px 1px 3px 2px #f20dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,13,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20dbd


Comments

No comments written yet.

Please login to write comment.