Color Hex Logo

#d57acc Color Hex

#D57ACC
(213,122,204)
0 Favorites   0 Comments

Color spaces of #d57acc

RGB 213122204
HSL0.850.520.66
HSV306°43°84°
CMYK 0.000.430.04   0.16
XYZ45.299232.424860.9978
Yxy32.42480.32650.2337
Hunter Lab56.942842.3507-23.6522
CIE-Lab63.692447.0578-27.4717

#d57acc color RGB value is (213,122,204).

#d57acc hex color red value is 213, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d57acc hue: 0.85 , saturation: 0.52 and the lightness value of d57acc is 0.66.

The process color (four color CMYK) of #d57acc color hex is 0.00, 0.43, 0.04, 0.16. Web safe color of #d57acc is #cc66cc. Color #d57acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111010 11001100
Octal 325 172 314
Decimal 213 122 204
Hex D5 7A CC

RGB Percentages of Color #d57acc

%39.52
%22.63
%37.85

CMYK Percentages of Color #d57acc

%0
%43
%4
%16

Triadic Colors of #d57acc

#d57acc #ccd57a #7accd5

Analogous Colors of #d57acc

#d57acc #d57a9f #b17ad5

Monochromatic Colors of #d57acc

#d57acc

Complementary Color

#d57acc #7ad583

#d57acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57acc Color CSS Codes

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

#d57acc Text Font Color

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

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


#d57acc Background Color

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

This div background color is #d57acc


#d57acc Border Color

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

This div border color is #d57acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57acc


Comments

No comments written yet.

Please login to write comment.