Color Hex Logo

#d77cbd Color Hex

#D77CBD
(215,124,189)
0 Favorites   0 Comments

Color spaces of #d77cbd

RGB 215124189
HSL0.880.530.66
HSV317°42°84°
CMYK 0.000.420.12   0.16
XYZ44.417332.536552.0832
Yxy32.53650.34420.2521
Hunter Lab57.040839.1755-14.2084
CIE-Lab63.783844.1126-18.8557

#d77cbd color RGB value is (215,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111100 10111101
Octal 327 174 275
Decimal 215 124 189
Hex D7 7C BD

RGB Percentages of Color #d77cbd

%40.72
%23.48
%35.80

CMYK Percentages of Color #d77cbd

%0
%42
%12
%16

Triadic Colors of #d77cbd

#d77cbd #bdd77c #7cbdd7

Analogous Colors of #d77cbd

#d77cbd #d77c90 #c47cd7

Monochromatic Colors of #d77cbd

#d77cbd

Complementary Color

#d77cbd #7cd796

#d77cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77cbd Color CSS Codes

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

#d77cbd Text Font Color

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

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


#d77cbd Background Color

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

This div background color is #d77cbd


#d77cbd Border Color

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

This div border color is #d77cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77cbd


Comments

No comments written yet.

Please login to write comment.