Color Hex Logo

#df127a Color Hex

#DF127A
(223,18,122)
0 Favorites   0 Comments

Color spaces of #df127a

RGB 22318122
HSL0.920.850.47
HSV330°92°87°
CMYK 0.000.920.45   0.13
XYZ34.160617.525719.9947
Yxy17.52570.47660.2445
Hunter Lab41.863772.39370.9869
CIE-Lab48.915775.6850-1.7557

#df127a color RGB value is (223,18,122).

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

The process color (four color CMYK) of #df127a color hex is 0.00, 0.92, 0.45, 0.13. Web safe color of #df127a is #cc0066. Color #df127a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010010 01111010
Octal 337 22 172
Decimal 223 18 122
Hex DF 12 7A

RGB Percentages of Color #df127a

%61.43
%4.96
%33.61

CMYK Percentages of Color #df127a

%0
%92
%45
%13

Triadic Colors of #df127a

#df127a #7adf12 #127adf

Analogous Colors of #df127a

#df127a #df1213 #de12df

Monochromatic Colors of #df127a

#df127a

Complementary Color

#df127a #12df77

#df127a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df127a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df127a Color CSS Codes

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

#df127a Text Font Color

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

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


#df127a Background Color

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

This div background color is #df127a


#df127a Border Color

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

This div border color is #df127a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df127a


Comments

No comments written yet.

Please login to write comment.