Color Hex Logo

#e678eb Color Hex

#E678EB
(230,120,235)
0 Favorites   0 Comments

Color spaces of #e678eb

RGB 230120235
HSL0.830.740.70
HSV297°49°92°
CMYK 0.020.490.00   0.08
XYZ54.345036.254182.7307
Yxy36.25410.31350.2092
Hunter Lab60.211455.7389-39.3168
CIE-Lab66.713658.4716-39.8914

#e678eb color RGB value is (230,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111000 11101011
Octal 346 170 353
Decimal 230 120 235
Hex E6 78 EB

RGB Percentages of Color #e678eb

%39.32
%20.51
%40.17

CMYK Percentages of Color #e678eb

%2
%49
%0
%8

Triadic Colors of #e678eb

#e678eb #ebe678 #78ebe6

Analogous Colors of #e678eb

#e678eb #eb78b7 #ad78eb

Monochromatic Colors of #e678eb

#e678eb

Complementary Color

#e678eb #7deb78

#e678eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e678eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e678eb Color CSS Codes

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

#e678eb Text Font Color

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

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


#e678eb Background Color

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

This div background color is #e678eb


#e678eb Border Color

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

This div border color is #e678eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e678eb


Comments

No comments written yet.

Please login to write comment.