Color Hex Logo

#d77ebd Color Hex

#D77EBD
(215,126,189)
0 Favorites   0 Comments

Color spaces of #d77ebd

RGB 215126189
HSL0.880.530.67
HSV318°41°84°
CMYK 0.000.410.12   0.16
XYZ44.670533.042952.1676
Yxy33.04290.34390.2544
Hunter Lab57.483038.1187-13.5695
CIE-Lab64.195643.0736-18.2302

#d77ebd color RGB value is (215,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111110 10111101
Octal 327 176 275
Decimal 215 126 189
Hex D7 7E BD

RGB Percentages of Color #d77ebd

%40.57
%23.77
%35.66

CMYK Percentages of Color #d77ebd

%0
%41
%12
%16

Triadic Colors of #d77ebd

#d77ebd #bdd77e #7ebdd7

Analogous Colors of #d77ebd

#d77ebd #d77e91 #c57ed7

Monochromatic Colors of #d77ebd

#d77ebd

Complementary Color

#d77ebd #7ed798

#d77ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77ebd Color CSS Codes

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

#d77ebd Text Font Color

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

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


#d77ebd Background Color

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

This div background color is #d77ebd


#d77ebd Border Color

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

This div border color is #d77ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77ebd


Comments

No comments written yet.

Please login to write comment.