Color Hex Logo

#d584cd Color Hex

#D584CD
(213,132,205)
0 Favorites   0 Comments

Color spaces of #d584cd

RGB 213132205
HSL0.850.490.68
HSV306°38°84°
CMYK 0.000.380.04   0.16
XYZ46.711335.056462.0622
Yxy35.05640.32480.2437
Hunter Lab59.208437.2092-20.7018
CIE-Lab65.792642.0224-24.8043

#d584cd color RGB value is (213,132,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000100 11001101
Octal 325 204 315
Decimal 213 132 205
Hex D5 84 CD

RGB Percentages of Color #d584cd

%38.73
%24.00
%37.27

CMYK Percentages of Color #d584cd

%0
%38
%4
%16

Triadic Colors of #d584cd

#d584cd #cdd584 #84cdd5

Analogous Colors of #d584cd

#d584cd #d584a5 #b584d5

Monochromatic Colors of #d584cd

#d584cd

Complementary Color

#d584cd #84d58c

#d584cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d584cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d584cd Color CSS Codes

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

#d584cd Text Font Color

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

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


#d584cd Background Color

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

This div background color is #d584cd


#d584cd Border Color

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

This div border color is #d584cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d584cd


Comments

No comments written yet.

Please login to write comment.