Color Hex Logo

#df528a Color Hex

#DF528A
(223,82,138)
0 Favorites   0 Comments

Color spaces of #df528a

RGB 22382138
HSL0.930.690.60
HSV336°63°87°
CMYK 0.000.630.38   0.13
XYZ38.036223.557526.5871
Yxy23.55750.43130.2671
Hunter Lab48.536154.94671.4974
CIE-Lab55.642059.6576-1.4861

#df528a color RGB value is (223,82,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 10001010
Octal 337 122 212
Decimal 223 82 138
Hex DF 52 8A

RGB Percentages of Color #df528a

%50.34
%18.51
%31.15

CMYK Percentages of Color #df528a

%0
%63
%38
%13

Triadic Colors of #df528a

#df528a #8adf52 #528adf

Analogous Colors of #df528a

#df528a #df6152 #df52d1

Monochromatic Colors of #df528a

#df528a

Complementary Color

#df528a #52dfa7

#df528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df528a Color CSS Codes

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

#df528a Text Font Color

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

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


#df528a Background Color

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

This div background color is #df528a


#df528a Border Color

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

This div border color is #df528a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,82,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 #df528a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df528a


Comments

No comments written yet.

Please login to write comment.