Color Hex Logo

#d599de Color Hex

#D599DE
(213,153,222)
0 Favorites   0 Comments

Color spaces of #d599de

RGB 213153222
HSL0.810.510.74
HSV292°31°87°
CMYK 0.040.310.00   0.13
XYZ52.016642.202574.5116
Yxy42.20250.30830.2501
Hunter Lab64.963529.2399-22.5299
CIE-Lab71.010333.9379-26.2277

#d599de color RGB value is (213,153,222).

#d599de hex color red value is 213, green value is 153 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d599de hue: 0.81 , saturation: 0.51 and the lightness value of d599de is 0.74.

The process color (four color CMYK) of #d599de color hex is 0.04, 0.31, 0.00, 0.13. Web safe color of #d599de is #cc99cc. Color #d599de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011001 11011110
Octal 325 231 336
Decimal 213 153 222
Hex D5 99 DE

RGB Percentages of Color #d599de

%36.22
%26.02
%37.76

CMYK Percentages of Color #d599de

%4
%31
%0
%13

Triadic Colors of #d599de

#d599de #ded599 #99ded5

Analogous Colors of #d599de

#d599de #de99c5 #b399de

Monochromatic Colors of #d599de

#d599de

Complementary Color

#d599de #a2de99

#d599de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d599de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d599de Color CSS Codes

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

#d599de Text Font Color

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

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


#d599de Background Color

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

This div background color is #d599de


#d599de Border Color

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

This div border color is #d599de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d599de


Comments

No comments written yet.

Please login to write comment.