Color Hex Logo

#e65eca Color Hex

#E65ECA
(230,94,202)
0 Favorites   0 Comments

Color spaces of #e65eca

RGB 23094202
HSL0.870.730.64
HSV312°59°90°
CMYK 0.000.590.12   0.10
XYZ47.296529.092758.9998
Yxy29.09270.34930.2149
Hunter Lab53.937662.1310-27.0981
CIE-Lab60.863464.9098-30.5292

#e65eca color RGB value is (230,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011110 11001010
Octal 346 136 312
Decimal 230 94 202
Hex E6 5E CA

RGB Percentages of Color #e65eca

%43.73
%17.87
%38.40

CMYK Percentages of Color #e65eca

%0
%59
%12
%10

Triadic Colors of #e65eca

#e65eca #cae65e #5ecae6

Analogous Colors of #e65eca

#e65eca #e65e86 #be5ee6

Monochromatic Colors of #e65eca

#e65eca

Complementary Color

#e65eca #5ee67a

#e65eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65eca Color CSS Codes

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

#e65eca Text Font Color

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

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


#e65eca Background Color

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

This div background color is #e65eca


#e65eca Border Color

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

This div border color is #e65eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65eca


Comments

No comments written yet.

Please login to write comment.