Color Hex Logo

#df12a0 Color Hex

#DF12A0
(223,18,160)
0 Favorites   0 Comments

Color spaces of #df12a0

RGB 22318160
HSL0.880.850.47
HSV318°92°87°
CMYK 0.000.920.28   0.13
XYZ36.992918.658734.9094
Yxy18.65870.40850.2060
Hunter Lab43.195777.2753-17.6793
CIE-Lab50.285579.3459-22.6002

#df12a0 color RGB value is (223,18,160).

#df12a0 hex color red value is 223, green value is 18 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #df12a0 hue: 0.88 , saturation: 0.85 and the lightness value of df12a0 is 0.47.

The process color (four color CMYK) of #df12a0 color hex is 0.00, 0.92, 0.28, 0.13. Web safe color of #df12a0 is #cc0099. Color #df12a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010010 10100000
Octal 337 22 240
Decimal 223 18 160
Hex DF 12 A0

RGB Percentages of Color #df12a0

%55.61
%4.49
%39.90

CMYK Percentages of Color #df12a0

%0
%92
%28
%13

Triadic Colors of #df12a0

#df12a0 #a0df12 #12a0df

Analogous Colors of #df12a0

#df12a0 #df1239 #b812df

Monochromatic Colors of #df12a0

#df12a0

Complementary Color

#df12a0 #12df51

#df12a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df12a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df12a0 Color CSS Codes

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

#df12a0 Text Font Color

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

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


#df12a0 Background Color

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

This div background color is #df12a0


#df12a0 Border Color

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

This div border color is #df12a0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,18,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df12a0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df12a0;
  -webkit-box-shadow: 1px 1px 3px 2px #df12a0;
  box-shadow:         1px 1px 3px 2px #df12a0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,18,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df12a0


Comments

No comments written yet.

Please login to write comment.