Color Hex Logo

#e66eca Color Hex

#E66ECA
(230,110,202)
0 Favorites   0 Comments

Color spaces of #e66eca

RGB 230110202
HSL0.870.710.67
HSV314°52°90°
CMYK 0.000.520.12   0.10
XYZ48.869732.239159.5242
Yxy32.23910.34750.2292
Hunter Lab56.779554.2696-22.4104
CIE-Lab63.540057.7178-26.3960

#e66eca color RGB value is (230,110,202).

#e66eca hex color red value is 230, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e66eca hue: 0.87 , saturation: 0.71 and the lightness value of e66eca is 0.67.

The process color (four color CMYK) of #e66eca color hex is 0.00, 0.52, 0.12, 0.10. Web safe color of #e66eca is #ff66cc. Color #e66eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11001010
Octal 346 156 312
Decimal 230 110 202
Hex E6 6E CA

RGB Percentages of Color #e66eca

%42.44
%20.30
%37.27

CMYK Percentages of Color #e66eca

%0
%52
%12
%10

Triadic Colors of #e66eca

#e66eca #cae66e #6ecae6

Analogous Colors of #e66eca

#e66eca #e66e8e #c66ee6

Monochromatic Colors of #e66eca

#e66eca

Complementary Color

#e66eca #6ee68a

#e66eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66eca Color CSS Codes

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

#e66eca Text Font Color

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

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


#e66eca Background Color

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

This div background color is #e66eca


#e66eca Border Color

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

This div border color is #e66eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66eca


Comments

No comments written yet.

Please login to write comment.