Color Hex Logo

#e67eee Color Hex

#E67EEE
(230,126,238)
0 Favorites   0 Comments

Color spaces of #e67eee

RGB 230126238
HSL0.820.770.71
HSV296°47°93°
CMYK 0.030.470.00   0.07
XYZ55.526637.917785.2812
Yxy37.91770.31070.2122
Hunter Lab61.577353.1998-39.0092
CIE-Lab67.959956.0858-39.5991

#e67eee color RGB value is (230,126,238).

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

The process color (four color CMYK) of #e67eee color hex is 0.03, 0.47, 0.00, 0.07. Web safe color of #e67eee is #ff66ff. Color #e67eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 11101110
Octal 346 176 356
Decimal 230 126 238
Hex E6 7E EE

RGB Percentages of Color #e67eee

%38.72
%21.21
%40.07

CMYK Percentages of Color #e67eee

%3
%47
%0
%7

Triadic Colors of #e67eee

#e67eee #eee67e #7eeee6

Analogous Colors of #e67eee

#e67eee #ee7ebe #ae7eee

Monochromatic Colors of #e67eee

#e67eee

Complementary Color

#e67eee #86ee7e

#e67eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67eee Color CSS Codes

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

#e67eee Text Font Color

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

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


#e67eee Background Color

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

This div background color is #e67eee


#e67eee Border Color

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

This div border color is #e67eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67eee


Comments

No comments written yet.

Please login to write comment.