Color Hex Logo

#d599dc Color Hex

#D599DC
(213,153,220)
0 Favorites   0 Comments

Color spaces of #d599dc

RGB 213153220
HSL0.820.490.73
HSV294°30°86°
CMYK 0.030.300.00   0.14
XYZ51.750142.095973.1079
Yxy42.09590.31000.2521
Hunter Lab64.881428.8312-21.3907
CIE-Lab70.937033.5543-25.2403

#d599dc color RGB value is (213,153,220).

#d599dc hex color red value is 213, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d599dc hue: 0.82 , saturation: 0.49 and the lightness value of d599dc is 0.73.

The process color (four color CMYK) of #d599dc color hex is 0.03, 0.30, 0.00, 0.14. Web safe color of #d599dc is #cc99cc. Color #d599dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011001 11011100
Octal 325 231 334
Decimal 213 153 220
Hex D5 99 DC

RGB Percentages of Color #d599dc

%36.35
%26.11
%37.54

CMYK Percentages of Color #d599dc

%3
%30
%0
%14

Triadic Colors of #d599dc

#d599dc #dcd599 #99dcd5

Analogous Colors of #d599dc

#d599dc #dc99c2 #b499dc

Monochromatic Colors of #d599dc

#d599dc

Complementary Color

#d599dc #a0dc99

#d599dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d599dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d599dc Color CSS Codes

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

#d599dc Text Font Color

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

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


#d599dc Background Color

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

This div background color is #d599dc


#d599dc Border Color

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

This div border color is #d599dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d599dc


Comments

No comments written yet.

Please login to write comment.