Color Hex Logo

#d77ede Color Hex

#D77EDE
(215,126,222)
0 Favorites   0 Comments

Color spaces of #d77ede

RGB 215126222
HSL0.820.590.68
HSV296°43°87°
CMYK 0.030.430.00   0.13
XYZ48.670034.642773.2288
Yxy34.64270.31090.2213
Hunter Lab58.858044.6009-32.5656
CIE-Lab65.469548.8545-34.7635

#d77ede color RGB value is (215,126,222).

#d77ede hex color red value is 215, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d77ede hue: 0.82 , saturation: 0.59 and the lightness value of d77ede is 0.68.

The process color (four color CMYK) of #d77ede color hex is 0.03, 0.43, 0.00, 0.13. Web safe color of #d77ede is #cc66cc. Color #d77ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111110 11011110
Octal 327 176 336
Decimal 215 126 222
Hex D7 7E DE

RGB Percentages of Color #d77ede

%38.19
%22.38
%39.43

CMYK Percentages of Color #d77ede

%3
%43
%0
%13

Triadic Colors of #d77ede

#d77ede #ded77e #7eded7

Analogous Colors of #d77ede

#d77ede #de7eb5 #a77ede

Monochromatic Colors of #d77ede

#d77ede

Complementary Color

#d77ede #85de7e

#d77ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77ede Color CSS Codes

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

#d77ede Text Font Color

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

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


#d77ede Background Color

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

This div background color is #d77ede


#d77ede Border Color

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

This div border color is #d77ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77ede


Comments

No comments written yet.

Please login to write comment.