Color Hex Logo

#d59dcf Color Hex

#D59DCF
(213,157,207)
0 Favorites   0 Comments

Color spaces of #d59dcf

RGB 213157207
HSL0.850.400.73
HSV306°26°84°
CMYK 0.000.260.03   0.16
XYZ50.760042.765164.6106
Yxy42.76510.32100.2704
Hunter Lab65.395024.1114-12.8023
CIE-Lab71.395228.9584-17.3838

#d59dcf color RGB value is (213,157,207).

#d59dcf hex color red value is 213, green value is 157 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d59dcf hue: 0.85 , saturation: 0.40 and the lightness value of d59dcf is 0.73.

The process color (four color CMYK) of #d59dcf color hex is 0.00, 0.26, 0.03, 0.16. Web safe color of #d59dcf is #cc99cc. Color #d59dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011101 11001111
Octal 325 235 317
Decimal 213 157 207
Hex D5 9D CF

RGB Percentages of Color #d59dcf

%36.92
%27.21
%35.88

CMYK Percentages of Color #d59dcf

%0
%26
%3
%16

Triadic Colors of #d59dcf

#d59dcf #cfd59d #9dcfd5

Analogous Colors of #d59dcf

#d59dcf #d59db3 #bf9dd5

Monochromatic Colors of #d59dcf

#d59dcf

Complementary Color

#d59dcf #9dd5a3

#d59dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59dcf Color CSS Codes

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

#d59dcf Text Font Color

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

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


#d59dcf Background Color

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

This div background color is #d59dcf


#d59dcf Border Color

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

This div border color is #d59dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59dcf


Comments

No comments written yet.

Please login to write comment.