Color Hex Logo

#e30552 Color Hex

#E30552
(227,5,82)
0 Favorites   0 Comments

Color spaces of #e30552

RGB 227582
HSL0.940.960.45
HSV339°98°89°
CMYK 0.000.980.64   0.11
XYZ33.255817.04869.5206
Yxy17.04860.55590.2850
Hunter Lab41.290071.510315.2319
CIE-Lab48.321275.080722.1289

#e30552 color RGB value is (227,5,82).

#e30552 hex color red value is 227, green value is 5 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e30552 hue: 0.94 , saturation: 0.96 and the lightness value of e30552 is 0.45.

The process color (four color CMYK) of #e30552 color hex is 0.00, 0.98, 0.64, 0.11. Web safe color of #e30552 is #cc0066. Color #e30552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000101 01010010
Octal 343 5 122
Decimal 227 5 82
Hex E3 5 52

RGB Percentages of Color #e30552

%72.29
%1.59
%26.11

CMYK Percentages of Color #e30552

%0
%98
%64
%11

Triadic Colors of #e30552

#e30552 #52e305 #0552e3

Analogous Colors of #e30552

#e30552 #e32705 #e305c1

Monochromatic Colors of #e30552

#e30552

Complementary Color

#e30552 #05e396

#e30552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30552 Color CSS Codes

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

#e30552 Text Font Color

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

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


#e30552 Background Color

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

This div background color is #e30552


#e30552 Border Color

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

This div border color is #e30552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30552


Comments

No comments written yet.

Please login to write comment.