Color Hex Logo

#e33bac Color Hex

#E33BAC
(227,59,172)
0 Favorites   0 Comments

Color spaces of #e33bac

RGB 22759172
HSL0.890.750.56
HSV320°74°89°
CMYK 0.000.740.24   0.11
XYZ40.688922.437441.2160
Yxy22.43740.39000.2150
Hunter Lab47.368170.4360-18.4318
CIE-Lab54.488173.0054-23.1456

#e33bac color RGB value is (227,59,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 10101100
Octal 343 73 254
Decimal 227 59 172
Hex E3 3B AC

RGB Percentages of Color #e33bac

%49.56
%12.88
%37.55

CMYK Percentages of Color #e33bac

%0
%74
%24
%11

Triadic Colors of #e33bac

#e33bac #ace33b #3bace3

Analogous Colors of #e33bac

#e33bac #e33b58 #c63be3

Monochromatic Colors of #e33bac

#e33bac

Complementary Color

#e33bac #3be372

#e33bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33bac Color CSS Codes

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

#e33bac Text Font Color

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

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


#e33bac Background Color

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

This div background color is #e33bac


#e33bac Border Color

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

This div border color is #e33bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33bac


Comments

No comments written yet.

Please login to write comment.