Color Hex Logo

#e65caa Color Hex

#E65CAA
(230,92,170)
0 Favorites   0 Comments

Color spaces of #e65caa

RGB 23092170
HSL0.910.730.63
HSV326°60°90°
CMYK 0.000.600.26   0.10
XYZ43.716027.379641.0109
Yxy27.37960.39000.2442
Hunter Lab52.325557.5604-9.8416
CIE-Lab59.324161.2829-14.5673

#e65caa color RGB value is (230,92,170).

#e65caa hex color red value is 230, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e65caa hue: 0.91 , saturation: 0.73 and the lightness value of e65caa is 0.63.

The process color (four color CMYK) of #e65caa color hex is 0.00, 0.60, 0.26, 0.10. Web safe color of #e65caa is #ff6699. Color #e65caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011100 10101010
Octal 346 134 252
Decimal 230 92 170
Hex E6 5C AA

RGB Percentages of Color #e65caa

%46.75
%18.70
%34.55

CMYK Percentages of Color #e65caa

%0
%60
%26
%10

Triadic Colors of #e65caa

#e65caa #aae65c #5caae6

Analogous Colors of #e65caa

#e65caa #e65c65 #dd5ce6

Monochromatic Colors of #e65caa

#e65caa

Complementary Color

#e65caa #5ce698

#e65caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65caa Color CSS Codes

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

#e65caa Text Font Color

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

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


#e65caa Background Color

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

This div background color is #e65caa


#e65caa Border Color

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

This div border color is #e65caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65caa


Comments

No comments written yet.

Please login to write comment.