Color Hex Logo

#d77dbd Color Hex

#D77DBD
(215,125,189)
0 Favorites   0 Comments

Color spaces of #d77dbd

RGB 215125189
HSL0.880.530.67
HSV317°42°84°
CMYK 0.000.420.12   0.16
XYZ44.543332.788452.1252
Yxy32.78840.34410.2533
Hunter Lab57.261238.6476-13.8893
CIE-Lab63.989243.5940-18.5437

#d77dbd color RGB value is (215,125,189).

#d77dbd hex color red value is 215, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d77dbd hue: 0.88 , saturation: 0.53 and the lightness value of d77dbd is 0.67.

The process color (four color CMYK) of #d77dbd color hex is 0.00, 0.42, 0.12, 0.16. Web safe color of #d77dbd is #cc66cc. Color #d77dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 10111101
Octal 327 175 275
Decimal 215 125 189
Hex D7 7D BD

RGB Percentages of Color #d77dbd

%40.64
%23.63
%35.73

CMYK Percentages of Color #d77dbd

%0
%42
%12
%16

Triadic Colors of #d77dbd

#d77dbd #bdd77d #7dbdd7

Analogous Colors of #d77dbd

#d77dbd #d77d90 #c47dd7

Monochromatic Colors of #d77dbd

#d77dbd

Complementary Color

#d77dbd #7dd797

#d77dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77dbd Color CSS Codes

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

#d77dbd Text Font Color

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

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


#d77dbd Background Color

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

This div background color is #d77dbd


#d77dbd Border Color

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

This div border color is #d77dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77dbd


Comments

No comments written yet.

Please login to write comment.