Color Hex Logo

#d77dbb Color Hex

#D77DBB
(215,125,187)
0 Favorites   0 Comments

Color spaces of #d77dbb

RGB 215125187
HSL0.890.530.67
HSV319°42°84°
CMYK 0.000.420.13   0.16
XYZ44.327632.702250.9895
Yxy32.70220.34630.2554
Hunter Lab57.185838.2891-12.8356
CIE-Lab63.919043.2685-17.5200

#d77dbb color RGB value is (215,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 10111011
Octal 327 175 273
Decimal 215 125 187
Hex D7 7D BB

RGB Percentages of Color #d77dbb

%40.80
%23.72
%35.48

CMYK Percentages of Color #d77dbb

%0
%42
%13
%16

Triadic Colors of #d77dbb

#d77dbb #bbd77d #7dbbd7

Analogous Colors of #d77dbb

#d77dbb #d77d8e #c67dd7

Monochromatic Colors of #d77dbb

#d77dbb

Complementary Color

#d77dbb #7dd799

#d77dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77dbb Color CSS Codes

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

#d77dbb Text Font Color

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

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


#d77dbb Background Color

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

This div background color is #d77dbb


#d77dbb Border Color

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

This div border color is #d77dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77dbb


Comments

No comments written yet.

Please login to write comment.