Color Hex Logo

#d594cd Color Hex

#D594CD
(213,148,205)
0 Favorites   0 Comments

Color spaces of #d594cd

RGB 213148205
HSL0.850.440.71
HSV307°31°84°
CMYK 0.000.310.04   0.16
XYZ49.049939.733762.8418
Yxy39.73370.32350.2621
Hunter Lab63.034728.5876-14.9843
CIE-Lab69.279433.4706-19.4838

#d594cd color RGB value is (213,148,205).

#d594cd hex color red value is 213, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d594cd hue: 0.85 , saturation: 0.44 and the lightness value of d594cd is 0.71.

The process color (four color CMYK) of #d594cd color hex is 0.00, 0.31, 0.04, 0.16. Web safe color of #d594cd is #cc99cc. Color #d594cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010100 11001101
Octal 325 224 315
Decimal 213 148 205
Hex D5 94 CD

RGB Percentages of Color #d594cd

%37.63
%26.15
%36.22

CMYK Percentages of Color #d594cd

%0
%31
%4
%16

Triadic Colors of #d594cd

#d594cd #cdd594 #94cdd5

Analogous Colors of #d594cd

#d594cd #d594ad #bd94d5

Monochromatic Colors of #d594cd

#d594cd

Complementary Color

#d594cd #94d59c

#d594cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d594cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d594cd Color CSS Codes

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

#d594cd Text Font Color

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

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


#d594cd Background Color

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

This div background color is #d594cd


#d594cd Border Color

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

This div border color is #d594cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d594cd


Comments

No comments written yet.

Please login to write comment.