Color Hex Logo

#e30cab Color Hex

#E30CAB
(227,12,171)
0 Favorites   0 Comments

Color spaces of #e30cab

RGB 22712171
HSL0.880.900.47
HSV316°95°89°
CMYK 0.000.950.25   0.11
XYZ39.160719.534140.2345
Yxy19.53410.39580.1975
Hunter Lab44.197480.8128-23.0357
CIE-Lab51.306381.9418-27.4737

#e30cab color RGB value is (227,12,171).

#e30cab hex color red value is 227, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e30cab hue: 0.88 , saturation: 0.90 and the lightness value of e30cab is 0.47.

The process color (four color CMYK) of #e30cab color hex is 0.00, 0.95, 0.25, 0.11. Web safe color of #e30cab is #cc0099. Color #e30cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001100 10101011
Octal 343 14 253
Decimal 227 12 171
Hex E3 C AB

RGB Percentages of Color #e30cab

%55.37
%2.93
%41.71

CMYK Percentages of Color #e30cab

%0
%95
%25
%11

Triadic Colors of #e30cab

#e30cab #abe30c #0cabe3

Analogous Colors of #e30cab

#e30cab #e30c40 #b00ce3

Monochromatic Colors of #e30cab

#e30cab

Complementary Color

#e30cab #0ce344

#e30cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30cab Color CSS Codes

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

#e30cab Text Font Color

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

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


#e30cab Background Color

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

This div background color is #e30cab


#e30cab Border Color

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

This div border color is #e30cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30cab


Comments

No comments written yet.

Please login to write comment.