Color Hex Logo

#d677eb Color Hex

#D677EB
(214,119,235)
0 Favorites   0 Comments

Color spaces of #d677eb

RGB 214119235
HSL0.800.740.69
HSV289°49°92°
CMYK 0.090.490.00   0.08
XYZ49.323833.488082.4614
Yxy33.48800.29840.2026
Hunter Lab57.868850.8719-43.9784
CIE-Lab64.554154.5835-43.4165

#d677eb color RGB value is (214,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110111 11101011
Octal 326 167 353
Decimal 214 119 235
Hex D6 77 EB

RGB Percentages of Color #d677eb

%37.68
%20.95
%41.37

CMYK Percentages of Color #d677eb

%9
%49
%0
%8

Triadic Colors of #d677eb

#d677eb #ebd677 #77ebd6

Analogous Colors of #d677eb

#d677eb #eb77c6 #9c77eb

Monochromatic Colors of #d677eb

#d677eb

Complementary Color

#d677eb #8ceb77

#d677eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d677eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d677eb Color CSS Codes

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

#d677eb Text Font Color

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

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


#d677eb Background Color

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

This div background color is #d677eb


#d677eb Border Color

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

This div border color is #d677eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d677eb


Comments

No comments written yet.

Please login to write comment.