Color Hex Logo

#d5a4cc Color Hex

#D5A4CC
(213,164,204)
0 Favorites   0 Comments

Color spaces of #d5a4cc

RGB 213164204
HSL0.860.370.74
HSV311°23°84°
CMYK 0.000.230.04   0.16
XYZ51.615145.056763.1031
Yxy45.05670.32300.2820
Hunter Lab67.124319.7897-8.7511
CIE-Lab72.929224.6117-13.4216

#d5a4cc color RGB value is (213,164,204).

#d5a4cc hex color red value is 213, green value is 164 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d5a4cc hue: 0.86 , saturation: 0.37 and the lightness value of d5a4cc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10100100 11001100
Octal 325 244 314
Decimal 213 164 204
Hex D5 A4 CC

RGB Percentages of Color #d5a4cc

%36.66
%28.23
%35.11

CMYK Percentages of Color #d5a4cc

%0
%23
%4
%16

Triadic Colors of #d5a4cc

#d5a4cc #ccd5a4 #a4ccd5

Analogous Colors of #d5a4cc

#d5a4cc #d5a4b4 #c6a4d5

Monochromatic Colors of #d5a4cc

#d5a4cc

Complementary Color

#d5a4cc #a4d5ad

#d5a4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5a4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5a4cc Color CSS Codes

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

#d5a4cc Text Font Color

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

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


#d5a4cc Background Color

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

This div background color is #d5a4cc


#d5a4cc Border Color

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

This div border color is #d5a4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5a4cc


Comments

No comments written yet.

Please login to write comment.