Color Hex Logo

#d77ee1 Color Hex

#D77EE1
(215,126,225)
0 Favorites   0 Comments

Color spaces of #d77ee1

RGB 215126225
HSL0.820.620.69
HSV294°44°88°
CMYK 0.040.440.00   0.12
XYZ49.075834.805075.3656
Yxy34.80500.30820.2186
Hunter Lab58.995845.2432-34.4444
CIE-Lab65.596649.4156-36.2325

#d77ee1 color RGB value is (215,126,225).

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

The process color (four color CMYK) of #d77ee1 color hex is 0.04, 0.44, 0.00, 0.12. Web safe color of #d77ee1 is #cc66cc. Color #d77ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111110 11100001
Octal 327 176 341
Decimal 215 126 225
Hex D7 7E E1

RGB Percentages of Color #d77ee1

%37.99
%22.26
%39.75

CMYK Percentages of Color #d77ee1

%4
%44
%0
%12

Triadic Colors of #d77ee1

#d77ee1 #e1d77e #7ee1d7

Analogous Colors of #d77ee1

#d77ee1 #e17eba #a67ee1

Monochromatic Colors of #d77ee1

#d77ee1

Complementary Color

#d77ee1 #88e17e

#d77ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77ee1 Color CSS Codes

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

#d77ee1 Text Font Color

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

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


#d77ee1 Background Color

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

This div background color is #d77ee1


#d77ee1 Border Color

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

This div border color is #d77ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77ee1


Comments

No comments written yet.

Please login to write comment.