Color Hex Logo

#df608a Color Hex

#DF608A
(223,96,138)
0 Favorites   0 Comments

Color spaces of #df608a

RGB 22396138
HSL0.940.660.63
HSV340°57°87°
CMYK 0.000.570.38   0.13
XYZ39.201725.888726.9756
Yxy25.88870.42580.2812
Hunter Lab50.880948.48544.1828
CIE-Lab57.931353.51581.8549

#df608a color RGB value is (223,96,138).

#df608a hex color red value is 223, green value is 96 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #df608a hue: 0.94 , saturation: 0.66 and the lightness value of df608a is 0.63.

The process color (four color CMYK) of #df608a color hex is 0.00, 0.57, 0.38, 0.13. Web safe color of #df608a is #cc6699. Color #df608a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100000 10001010
Octal 337 140 212
Decimal 223 96 138
Hex DF 60 8A

RGB Percentages of Color #df608a

%48.80
%21.01
%30.20

CMYK Percentages of Color #df608a

%0
%57
%38
%13

Triadic Colors of #df608a

#df608a #8adf60 #608adf

Analogous Colors of #df608a

#df608a #df7660 #df60ca

Monochromatic Colors of #df608a

#df608a

Complementary Color

#df608a #60dfb5

#df608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df608a Color CSS Codes

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

#df608a Text Font Color

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

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


#df608a Background Color

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

This div background color is #df608a


#df608a Border Color

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

This div border color is #df608a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df608a


Comments

No comments written yet.

Please login to write comment.