Color Hex Logo

#de529d Color Hex

#DE529D
(222,82,157)
0 Favorites   0 Comments

Color spaces of #de529d

RGB 22282157
HSL0.910.680.60
HSV328°63°87°
CMYK 0.000.630.29   0.13
XYZ39.227323.998534.4630
Yxy23.99850.40160.2457
Hunter Lab48.988357.2042-7.4184
CIE-Lab56.086361.5492-12.0128

#de529d color RGB value is (222,82,157).

#de529d hex color red value is 222, green value is 82 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #de529d hue: 0.91 , saturation: 0.68 and the lightness value of de529d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010010 10011101
Octal 336 122 235
Decimal 222 82 157
Hex DE 52 9D

RGB Percentages of Color #de529d

%48.16
%17.79
%34.06

CMYK Percentages of Color #de529d

%0
%63
%29
%13

Triadic Colors of #de529d

#de529d #9dde52 #529dde

Analogous Colors of #de529d

#de529d #de5257 #d952de

Monochromatic Colors of #de529d

#de529d

Complementary Color

#de529d #52de93

#de529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de529d Color CSS Codes

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

#de529d Text Font Color

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

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


#de529d Background Color

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

This div background color is #de529d


#de529d Border Color

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

This div border color is #de529d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de529d


Comments

No comments written yet.

Please login to write comment.