Color Hex Logo

#e68eca Color Hex

#E68ECA
(230,142,202)
0 Favorites   0 Comments

Color spaces of #e68eca

RGB 230142202
HSL0.890.640.73
HSV319°38°90°
CMYK 0.000.380.12   0.10
XYZ52.966840.433360.8899
Yxy40.43330.34330.2621
Hunter Lab63.587237.4092-12.2640
CIE-Lab69.777041.7290-16.8837

#e68eca color RGB value is (230,142,202).

#e68eca hex color red value is 230, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e68eca hue: 0.89 , saturation: 0.64 and the lightness value of e68eca is 0.73.

The process color (four color CMYK) of #e68eca color hex is 0.00, 0.38, 0.12, 0.10. Web safe color of #e68eca is #ff99cc. Color #e68eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001110 11001010
Octal 346 216 312
Decimal 230 142 202
Hex E6 8E CA

RGB Percentages of Color #e68eca

%40.07
%24.74
%35.19

CMYK Percentages of Color #e68eca

%0
%38
%12
%10

Triadic Colors of #e68eca

#e68eca #cae68e #8ecae6

Analogous Colors of #e68eca

#e68eca #e68e9e #d68ee6

Monochromatic Colors of #e68eca

#e68eca

Complementary Color

#e68eca #8ee6aa

#e68eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68eca Color CSS Codes

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

#e68eca Text Font Color

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

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


#e68eca Background Color

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

This div background color is #e68eca


#e68eca Border Color

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

This div border color is #e68eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68eca


Comments

No comments written yet.

Please login to write comment.