Color Hex Logo

#e30c73 Color Hex

#E30C73
(227,12,115)
0 Favorites   0 Comments

Color spaces of #e30c73

RGB 22712115
HSL0.920.900.47
HSV331°95°89°
CMYK 0.000.950.49   0.11
XYZ34.904517.831617.8218
Yxy17.83160.49470.2527
Hunter Lab42.227573.64694.5363
CIE-Lab49.291276.62843.1686

#e30c73 color RGB value is (227,12,115).

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

The process color (four color CMYK) of #e30c73 color hex is 0.00, 0.95, 0.49, 0.11. Web safe color of #e30c73 is #cc0066. Color #e30c73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001100 01110011
Octal 343 14 163
Decimal 227 12 115
Hex E3 C 73

RGB Percentages of Color #e30c73

%64.12
%3.39
%32.49

CMYK Percentages of Color #e30c73

%0
%95
%49
%11

Triadic Colors of #e30c73

#e30c73 #73e30c #0c73e3

Analogous Colors of #e30c73

#e30c73 #e3110c #e30cdf

Monochromatic Colors of #e30c73

#e30c73

Complementary Color

#e30c73 #0ce37c

#e30c73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30c73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30c73 Color CSS Codes

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

#e30c73 Text Font Color

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

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


#e30c73 Background Color

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

This div background color is #e30c73


#e30c73 Border Color

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

This div border color is #e30c73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30c73


Comments

No comments written yet.

Please login to write comment.