Color Hex Logo

#df528b Color Hex

#DF528B
(223,82,139)
0 Favorites   0 Comments

Color spaces of #df528b

RGB 22382139
HSL0.930.690.60
HSV336°63°87°
CMYK 0.000.630.38   0.13
XYZ38.108923.586626.9702
Yxy23.58660.42980.2660
Hunter Lab48.566055.07521.0707
CIE-Lab55.671559.7651-2.0328

#df528b color RGB value is (223,82,139).

#df528b hex color red value is 223, green value is 82 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #df528b hue: 0.93 , saturation: 0.69 and the lightness value of df528b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 10001011
Octal 337 122 213
Decimal 223 82 139
Hex DF 52 8B

RGB Percentages of Color #df528b

%50.23
%18.47
%31.31

CMYK Percentages of Color #df528b

%0
%63
%38
%13

Triadic Colors of #df528b

#df528b #8bdf52 #528bdf

Analogous Colors of #df528b

#df528b #df6052 #df52d2

Monochromatic Colors of #df528b

#df528b

Complementary Color

#df528b #52dfa6

#df528b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df528b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df528b Color CSS Codes

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

#df528b Text Font Color

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

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


#df528b Background Color

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

This div background color is #df528b


#df528b Border Color

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

This div border color is #df528b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df528b


Comments

No comments written yet.

Please login to write comment.