Color Hex Logo

#df25ad Color Hex

#DF25AD
(223,37,173)
0 Favorites   0 Comments

Color spaces of #df25ad

RGB 22337173
HSL0.880.740.51
HSV316°83°87°
CMYK 0.000.830.22   0.13
XYZ38.635820.028241.3647
Yxy20.02820.38620.2002
Hunter Lab44.752975.7841-23.4742
CIE-Lab51.869177.8462-27.8348

#df25ad color RGB value is (223,37,173).

#df25ad hex color red value is 223, green value is 37 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df25ad hue: 0.88 , saturation: 0.74 and the lightness value of df25ad is 0.51.

The process color (four color CMYK) of #df25ad color hex is 0.00, 0.83, 0.22, 0.13. Web safe color of #df25ad is #cc3399. Color #df25ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100101 10101101
Octal 337 45 255
Decimal 223 37 173
Hex DF 25 AD

RGB Percentages of Color #df25ad

%51.50
%8.55
%39.95

CMYK Percentages of Color #df25ad

%0
%83
%22
%13

Triadic Colors of #df25ad

#df25ad #addf25 #25addf

Analogous Colors of #df25ad

#df25ad #df2550 #b425df

Monochromatic Colors of #df25ad

#df25ad

Complementary Color

#df25ad #25df57

#df25ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df25ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df25ad Color CSS Codes

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

#df25ad Text Font Color

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

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


#df25ad Background Color

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

This div background color is #df25ad


#df25ad Border Color

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

This div border color is #df25ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df25ad


Comments

No comments written yet.

Please login to write comment.