Color Hex Logo

#df285a Color Hex

#DF285A
(223,40,90)
0 Favorites   0 Comments

Color spaces of #df285a

RGB 2234090
HSL0.950.740.52
HSV344°82°87°
CMYK 0.000.820.60   0.13
XYZ33.035717.943711.3952
Yxy17.94370.52960.2877
Hunter Lab42.360065.078513.7025
CIE-Lab49.427869.532218.5559

#df285a color RGB value is (223,40,90).

#df285a hex color red value is 223, green value is 40 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #df285a hue: 0.95 , saturation: 0.74 and the lightness value of df285a is 0.52.

The process color (four color CMYK) of #df285a color hex is 0.00, 0.82, 0.60, 0.13. Web safe color of #df285a is #cc3366. Color #df285a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101000 01011010
Octal 337 50 132
Decimal 223 40 90
Hex DF 28 5A

RGB Percentages of Color #df285a

%63.17
%11.33
%25.50

CMYK Percentages of Color #df285a

%0
%82
%60
%13

Triadic Colors of #df285a

#df285a #5adf28 #285adf

Analogous Colors of #df285a

#df285a #df5228 #df28b6

Monochromatic Colors of #df285a

#df285a

Complementary Color

#df285a #28dfad

#df285a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df285a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df285a Color CSS Codes

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

#df285a Text Font Color

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

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


#df285a Background Color

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

This div background color is #df285a


#df285a Border Color

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

This div border color is #df285a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df285a


Comments

No comments written yet.

Please login to write comment.