Color Hex Logo

#d591dc Color Hex

#D591DC
(213,145,220)
0 Favorites   0 Comments

Color spaces of #d591dc

RGB 213145220
HSL0.820.520.72
HSV294°34°86°
CMYK 0.030.340.00   0.14
XYZ50.484239.564272.6860
Yxy39.56420.31020.2431
Hunter Lab62.900133.1907-24.4842
CIE-Lab69.158037.8657-27.9700

#d591dc color RGB value is (213,145,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010001 11011100
Octal 325 221 334
Decimal 213 145 220
Hex D5 91 DC

RGB Percentages of Color #d591dc

%36.85
%25.09
%38.06

CMYK Percentages of Color #d591dc

%3
%34
%0
%14

Triadic Colors of #d591dc

#d591dc #dcd591 #91dcd5

Analogous Colors of #d591dc

#d591dc #dc91be #b091dc

Monochromatic Colors of #d591dc

#d591dc

Complementary Color

#d591dc #98dc91

#d591dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d591dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d591dc Color CSS Codes

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

#d591dc Text Font Color

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

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


#d591dc Background Color

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

This div background color is #d591dc


#d591dc Border Color

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

This div border color is #d591dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,145,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 #d591dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d591dc


Comments

No comments written yet.

Please login to write comment.