Color Hex Logo

#d77eea Color Hex

#D77EEA
(215,126,234)
0 Favorites   0 Comments

Color spaces of #d77eea

RGB 215126234
HSL0.800.720.71
HSV289°46°92°
CMYK 0.080.460.00   0.08
XYZ50.336535.309382.0043
Yxy35.30930.30020.2106
Hunter Lab59.421647.2208-40.2275
CIE-Lab65.988851.1309-40.6055

#d77eea color RGB value is (215,126,234).

#d77eea hex color red value is 215, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d77eea hue: 0.80 , saturation: 0.72 and the lightness value of d77eea is 0.71.

The process color (four color CMYK) of #d77eea color hex is 0.08, 0.46, 0.00, 0.08. Web safe color of #d77eea is #cc66ff. Color #d77eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111110 11101010
Octal 327 176 352
Decimal 215 126 234
Hex D7 7E EA

RGB Percentages of Color #d77eea

%37.39
%21.91
%40.70

CMYK Percentages of Color #d77eea

%8
%46
%0
%8

Triadic Colors of #d77eea

#d77eea #ead77e #7eead7

Analogous Colors of #d77eea

#d77eea #ea7ec7 #a17eea

Monochromatic Colors of #d77eea

#d77eea

Complementary Color

#d77eea #91ea7e

#d77eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77eea Color CSS Codes

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

#d77eea Text Font Color

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

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


#d77eea Background Color

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

This div background color is #d77eea


#d77eea Border Color

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

This div border color is #d77eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77eea


Comments

No comments written yet.

Please login to write comment.