Color Hex Logo

#e67eea Color Hex

#E67EEA
(230,126,234)
0 Favorites   0 Comments

Color spaces of #e67eea

RGB 230126234
HSL0.830.720.71
HSV298°46°92°
CMYK 0.020.460.00   0.08
XYZ54.945337.685282.2199
Yxy37.68520.31420.2155
Hunter Lab61.388352.3362-36.4378
CIE-Lab67.788055.3633-37.6627

#e67eea color RGB value is (230,126,234).

#e67eea hex color red value is 230, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e67eea hue: 0.83 , saturation: 0.72 and the lightness value of e67eea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 11101010
Octal 346 176 352
Decimal 230 126 234
Hex E6 7E EA

RGB Percentages of Color #e67eea

%38.98
%21.36
%39.66

CMYK Percentages of Color #e67eea

%2
%46
%0
%8

Triadic Colors of #e67eea

#e67eea #eae67e #7eeae6

Analogous Colors of #e67eea

#e67eea #ea7eb8 #b07eea

Monochromatic Colors of #e67eea

#e67eea

Complementary Color

#e67eea #82ea7e

#e67eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67eea Color CSS Codes

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

#e67eea Text Font Color

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

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


#e67eea Background Color

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

This div background color is #e67eea


#e67eea Border Color

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

This div border color is #e67eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67eea


Comments

No comments written yet.

Please login to write comment.