Color Hex Logo

#e65abe Color Hex

#E65ABE
(230,90,190)
0 Favorites   0 Comments

Color spaces of #e65abe

RGB 23090190
HSL0.880.740.63
HSV317°61°90°
CMYK 0.000.610.17   0.10
XYZ45.583627.853051.6889
Yxy27.85300.36430.2226
Hunter Lab52.775961.8160-21.1256
CIE-Lab59.755764.8421-25.4051

#e65abe color RGB value is (230,90,190).

#e65abe hex color red value is 230, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e65abe hue: 0.88 , saturation: 0.74 and the lightness value of e65abe is 0.63.

The process color (four color CMYK) of #e65abe color hex is 0.00, 0.61, 0.17, 0.10. Web safe color of #e65abe is #ff66cc. Color #e65abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011010 10111110
Octal 346 132 276
Decimal 230 90 190
Hex E6 5A BE

RGB Percentages of Color #e65abe

%45.10
%17.65
%37.25

CMYK Percentages of Color #e65abe

%0
%61
%17
%10

Triadic Colors of #e65abe

#e65abe #bee65a #5abee6

Analogous Colors of #e65abe

#e65abe #e65a78 #c85ae6

Monochromatic Colors of #e65abe

#e65abe

Complementary Color

#e65abe #5ae682

#e65abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65abe Color CSS Codes

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

#e65abe Text Font Color

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

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


#e65abe Background Color

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

This div background color is #e65abe


#e65abe Border Color

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

This div border color is #e65abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65abe


Comments

No comments written yet.

Please login to write comment.