Color Hex Logo

#d764ad Color Hex

#D764AD
(215,100,173)
0 Favorites   0 Comments

Color spaces of #d764ad

RGB 215100173
HSL0.890.590.62
HSV322°53°84°
CMYK 0.000.530.20   0.16
XYZ40.124326.578542.5506
Yxy26.57850.36730.2433
Hunter Lab51.554348.7049-12.8472
CIE-Lab58.582153.6074-17.6318

#d764ad color RGB value is (215,100,173).

#d764ad hex color red value is 215, green value is 100 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d764ad hue: 0.89 , saturation: 0.59 and the lightness value of d764ad is 0.62.

The process color (four color CMYK) of #d764ad color hex is 0.00, 0.53, 0.20, 0.16. Web safe color of #d764ad is #cc6699. Color #d764ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100100 10101101
Octal 327 144 255
Decimal 215 100 173
Hex D7 64 AD

RGB Percentages of Color #d764ad

%44.06
%20.49
%35.45

CMYK Percentages of Color #d764ad

%0
%53
%20
%16

Triadic Colors of #d764ad

#d764ad #add764 #64add7

Analogous Colors of #d764ad

#d764ad #d76474 #c864d7

Monochromatic Colors of #d764ad

#d764ad

Complementary Color

#d764ad #64d78e

#d764ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d764ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d764ad Color CSS Codes

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

#d764ad Text Font Color

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

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


#d764ad Background Color

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

This div background color is #d764ad


#d764ad Border Color

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

This div border color is #d764ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,100,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d764ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d764ad;
  -webkit-box-shadow: 1px 1px 3px 2px #d764ad;
  box-shadow:         1px 1px 3px 2px #d764ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,100,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d764ad


Comments

No comments written yet.

Please login to write comment.