Color Hex Logo

#e677eb Color Hex

#E677EB
(230,119,235)
0 Favorites   0 Comments

Color spaces of #e677eb

RGB 230119235
HSL0.830.740.69
HSV297°49°92°
CMYK 0.020.490.00   0.08
XYZ54.225336.014882.6908
Yxy36.01480.31360.2083
Hunter Lab60.012356.2655-39.6869
CIE-Lab66.531258.9528-40.1766

#e677eb color RGB value is (230,119,235).

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

The process color (four color CMYK) of #e677eb color hex is 0.02, 0.49, 0.00, 0.08. Web safe color of #e677eb is #ff66ff. Color #e677eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110111 11101011
Octal 346 167 353
Decimal 230 119 235
Hex E6 77 EB

RGB Percentages of Color #e677eb

%39.38
%20.38
%40.24

CMYK Percentages of Color #e677eb

%2
%49
%0
%8

Triadic Colors of #e677eb

#e677eb #ebe677 #77ebe6

Analogous Colors of #e677eb

#e677eb #eb77b6 #ac77eb

Monochromatic Colors of #e677eb

#e677eb

Complementary Color

#e677eb #7ceb77

#e677eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e677eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e677eb Color CSS Codes

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

#e677eb Text Font Color

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

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


#e677eb Background Color

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

This div background color is #e677eb


#e677eb Border Color

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

This div border color is #e677eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e677eb


Comments

No comments written yet.

Please login to write comment.