Color Hex Logo

#d777eb Color Hex

#D777EB
(215,119,235)
0 Favorites   0 Comments

Color spaces of #d777eb

RGB 215119235
HSL0.800.740.69
HSV290°49°92°
CMYK 0.090.490.00   0.08
XYZ49.616633.638982.4751
Yxy33.63890.29940.2030
Hunter Lab57.999151.2035-43.7115
CIE-Lab64.674954.8562-43.2183

#d777eb color RGB value is (215,119,235).

#d777eb hex color red value is 215, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d777eb hue: 0.80 , saturation: 0.74 and the lightness value of d777eb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110111 11101011
Octal 327 167 353
Decimal 215 119 235
Hex D7 77 EB

RGB Percentages of Color #d777eb

%37.79
%20.91
%41.30

CMYK Percentages of Color #d777eb

%9
%49
%0
%8

Triadic Colors of #d777eb

#d777eb #ebd777 #77ebd7

Analogous Colors of #d777eb

#d777eb #eb77c5 #9d77eb

Monochromatic Colors of #d777eb

#d777eb

Complementary Color

#d777eb #8beb77

#d777eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d777eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d777eb Color CSS Codes

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

#d777eb Text Font Color

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

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


#d777eb Background Color

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

This div background color is #d777eb


#d777eb Border Color

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

This div border color is #d777eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d777eb


Comments

No comments written yet.

Please login to write comment.