Color Hex Logo

#d764af Color Hex

#D764AF
(215,100,175)
0 Favorites   0 Comments

Color spaces of #d764af

RGB 215100175
HSL0.890.590.62
HSV321°53°84°
CMYK 0.000.530.19   0.16
XYZ40.319426.656643.5776
Yxy26.65660.36470.2411
Hunter Lab51.630049.0433-13.9019
CIE-Lab58.655153.8998-18.6731

#d764af color RGB value is (215,100,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100100 10101111
Octal 327 144 257
Decimal 215 100 175
Hex D7 64 AF

RGB Percentages of Color #d764af

%43.88
%20.41
%35.71

CMYK Percentages of Color #d764af

%0
%53
%19
%16

Triadic Colors of #d764af

#d764af #afd764 #64afd7

Analogous Colors of #d764af

#d764af #d76476 #c664d7

Monochromatic Colors of #d764af

#d764af

Complementary Color

#d764af #64d78c

#d764af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d764af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d764af Color CSS Codes

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

#d764af Text Font Color

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

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


#d764af Background Color

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

This div background color is #d764af


#d764af Border Color

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

This div border color is #d764af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d764af


Comments

No comments written yet.

Please login to write comment.