Color Hex Logo

#d599df Color Hex

#D599DF
(213,153,223)
0 Favorites   0 Comments

Color spaces of #d599df

RGB 213153223
HSL0.810.520.74
HSV291°31°87°
CMYK 0.040.310.00   0.13
XYZ52.151142.256375.2197
Yxy42.25630.30740.2491
Hunter Lab65.004829.4458-23.1034
CIE-Lab71.047334.1308-26.7205

#d599df color RGB value is (213,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011001 11011111
Octal 325 231 337
Decimal 213 153 223
Hex D5 99 DF

RGB Percentages of Color #d599df

%36.16
%25.98
%37.86

CMYK Percentages of Color #d599df

%4
%31
%0
%13

Triadic Colors of #d599df

#d599df #dfd599 #99dfd5

Analogous Colors of #d599df

#d599df #df99c6 #b299df

Monochromatic Colors of #d599df

#d599df

Complementary Color

#d599df #a3df99

#d599df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d599df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d599df Color CSS Codes

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

#d599df Text Font Color

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

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


#d599df Background Color

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

This div background color is #d599df


#d599df Border Color

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

This div border color is #d599df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d599df


Comments

No comments written yet.

Please login to write comment.