Color Hex Logo

#e65aca Color Hex

#E65ACA
(230,90,202)
0 Favorites   0 Comments

Color spaces of #e65aca

RGB 23090202
HSL0.870.740.63
HSV312°61°90°
CMYK 0.000.610.12   0.10
XYZ46.950028.399658.8842
Yxy28.39960.34980.2116
Hunter Lab53.291364.0001-28.2086
CIE-Lab60.248066.5921-31.4835

#e65aca color RGB value is (230,90,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011010 11001010
Octal 346 132 312
Decimal 230 90 202
Hex E6 5A CA

RGB Percentages of Color #e65aca

%44.06
%17.24
%38.70

CMYK Percentages of Color #e65aca

%0
%61
%12
%10

Triadic Colors of #e65aca

#e65aca #cae65a #5acae6

Analogous Colors of #e65aca

#e65aca #e65a84 #bc5ae6

Monochromatic Colors of #e65aca

#e65aca

Complementary Color

#e65aca #5ae676

#e65aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65aca Color CSS Codes

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

#e65aca Text Font Color

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

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


#e65aca Background Color

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

This div background color is #e65aca


#e65aca Border Color

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

This div border color is #e65aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65aca


Comments

No comments written yet.

Please login to write comment.