Color Hex Logo

#e33cab Color Hex

#E33CAB
(227,60,171)
0 Favorites   0 Comments

Color spaces of #e33cab

RGB 22760171
HSL0.890.750.56
HSV320°74°89°
CMYK 0.000.740.25   0.11
XYZ40.645122.502940.7293
Yxy22.50290.39130.2166
Hunter Lab47.437269.9270-17.7000
CIE-Lab54.556672.5748-22.4557

#e33cab color RGB value is (227,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111100 10101011
Octal 343 74 253
Decimal 227 60 171
Hex E3 3C AB

RGB Percentages of Color #e33cab

%49.56
%13.10
%37.34

CMYK Percentages of Color #e33cab

%0
%74
%25
%11

Triadic Colors of #e33cab

#e33cab #abe33c #3cabe3

Analogous Colors of #e33cab

#e33cab #e33c57 #c83ce3

Monochromatic Colors of #e33cab

#e33cab

Complementary Color

#e33cab #3ce374

#e33cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33cab Color CSS Codes

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

#e33cab Text Font Color

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

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


#e33cab Background Color

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

This div background color is #e33cab


#e33cab Border Color

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

This div border color is #e33cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33cab


Comments

No comments written yet.

Please login to write comment.