Color Hex Logo

#e33baa Color Hex

#E33BAA
(227,59,170)
0 Favorites   0 Comments

Color spaces of #e33baa

RGB 22759170
HSL0.890.750.56
HSV320°74°89°
CMYK 0.000.740.25   0.11
XYZ40.498222.361140.2118
Yxy22.36110.39290.2169
Hunter Lab47.287570.1186-17.3171
CIE-Lab54.408172.7606-22.0988

#e33baa color RGB value is (227,59,170).

#e33baa hex color red value is 227, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e33baa hue: 0.89 , saturation: 0.75 and the lightness value of e33baa is 0.56.

The process color (four color CMYK) of #e33baa color hex is 0.00, 0.74, 0.25, 0.11. Web safe color of #e33baa is #cc3399. Color #e33baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 10101010
Octal 343 73 252
Decimal 227 59 170
Hex E3 3B AA

RGB Percentages of Color #e33baa

%49.78
%12.94
%37.28

CMYK Percentages of Color #e33baa

%0
%74
%25
%11

Triadic Colors of #e33baa

#e33baa #aae33b #3baae3

Analogous Colors of #e33baa

#e33baa #e33b56 #c83be3

Monochromatic Colors of #e33baa

#e33baa

Complementary Color

#e33baa #3be374

#e33baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33baa Color CSS Codes

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

#e33baa Text Font Color

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

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


#e33baa Background Color

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

This div background color is #e33baa


#e33baa Border Color

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

This div border color is #e33baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33baa


Comments

No comments written yet.

Please login to write comment.