Color Hex Logo

#e33996 Color Hex

#E33996
(227,57,150)
0 Favorites   0 Comments

Color spaces of #e33996

RGB 22757150
HSL0.910.750.56
HSV327°75°89°
CMYK 0.000.750.34   0.11
XYZ38.646721.459230.9593
Yxy21.45920.42440.2356
Hunter Lab46.324167.8497-7.1978
CIE-Lab53.448471.0735-11.7758

#e33996 color RGB value is (227,57,150).

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

The process color (four color CMYK) of #e33996 color hex is 0.00, 0.75, 0.34, 0.11. Web safe color of #e33996 is #cc3399. Color #e33996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111001 10010110
Octal 343 71 226
Decimal 227 57 150
Hex E3 39 96

RGB Percentages of Color #e33996

%52.30
%13.13
%34.56

CMYK Percentages of Color #e33996

%0
%75
%34
%11

Triadic Colors of #e33996

#e33996 #96e339 #3996e3

Analogous Colors of #e33996

#e33996 #e33941 #db39e3

Monochromatic Colors of #e33996

#e33996

Complementary Color

#e33996 #39e386

#e33996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33996 Color CSS Codes

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

#e33996 Text Font Color

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

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


#e33996 Background Color

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

This div background color is #e33996


#e33996 Border Color

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

This div border color is #e33996


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,57,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33996


Comments

No comments written yet.

Please login to write comment.