Color Hex Logo

#e68aed Color Hex

#E68AED
(230,138,237)
0 Favorites   0 Comments

Color spaces of #e68aed

RGB 230138237
HSL0.820.730.74
HSV296°42°93°
CMYK 0.030.420.00   0.07
XYZ57.007741.114485.0520
Yxy41.11440.31120.2245
Hunter Lab64.120546.4883-33.7603
CIE-Lab70.256049.8727-35.4751

#e68aed color RGB value is (230,138,237).

#e68aed hex color red value is 230, green value is 138 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e68aed hue: 0.82 , saturation: 0.73 and the lightness value of e68aed is 0.74.

The process color (four color CMYK) of #e68aed color hex is 0.03, 0.42, 0.00, 0.07. Web safe color of #e68aed is #ff99ff. Color #e68aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001010 11101101
Octal 346 212 355
Decimal 230 138 237
Hex E6 8A ED

RGB Percentages of Color #e68aed

%38.02
%22.81
%39.17

CMYK Percentages of Color #e68aed

%3
%42
%0
%7

Triadic Colors of #e68aed

#e68aed #ede68a #8aede6

Analogous Colors of #e68aed

#e68aed #ed8ac3 #b58aed

Monochromatic Colors of #e68aed

#e68aed

Complementary Color

#e68aed #91ed8a

#e68aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68aed Color CSS Codes

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

#e68aed Text Font Color

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

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


#e68aed Background Color

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

This div background color is #e68aed


#e68aed Border Color

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

This div border color is #e68aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68aed


Comments

No comments written yet.

Please login to write comment.