Color Hex Logo

#e35caa Color Hex

#E35CAA
(227,92,170)
0 Favorites   0 Comments

Color spaces of #e35caa

RGB 22792170
HSL0.900.710.63
HSV325°59°89°
CMYK 0.000.590.25   0.11
XYZ42.761426.887540.9662
Yxy26.88750.38660.2431
Hunter Lab51.853256.4594-10.5444
CIE-Lab58.870160.4099-15.2975

#e35caa color RGB value is (227,92,170).

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

The process color (four color CMYK) of #e35caa color hex is 0.00, 0.59, 0.25, 0.11. Web safe color of #e35caa is #cc6699. Color #e35caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011100 10101010
Octal 343 134 252
Decimal 227 92 170
Hex E3 5C AA

RGB Percentages of Color #e35caa

%46.42
%18.81
%34.76

CMYK Percentages of Color #e35caa

%0
%59
%25
%11

Triadic Colors of #e35caa

#e35caa #aae35c #5caae3

Analogous Colors of #e35caa

#e35caa #e35c67 #d95ce3

Monochromatic Colors of #e35caa

#e35caa

Complementary Color

#e35caa #5ce395

#e35caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35caa Color CSS Codes

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

#e35caa Text Font Color

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

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


#e35caa Background Color

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

This div background color is #e35caa


#e35caa Border Color

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

This div border color is #e35caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35caa


Comments

No comments written yet.

Please login to write comment.