color codes Logo

#e30cad color codes

#E30CAD
(227,12,173)
0 Favorites   0 Comments

Color spaces of #e30cad

RGB 22712173
HSL0.880.900.47
HSV315°95°89°
CMYK 0.000.950.24   0.11
XYZ39.352919.611041.2463
Yxy19.61100.39270.1957
Hunter Lab44.284381.1251-24.2235
CIE-Lab51.394582.1693-28.5147

#e30cad color RGB value is (227,12,173).

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

The process color (four color CMYK) of #e30cad color code is 0.00, 0.95, 0.24, 0.11. Web safe color of #e30cad is #cc0099. Color #e30cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001100 10101101
Octal 343 14 255
Decimal 227 12 173
Hex E3 C AD

RGB Percentages of Color #e30cad

%55.10
%2.91
%41.99

CMYK Percentages of Color #e30cad

%0
%95
%24
%11

Triadic Colors of #e30cad

#e30cad #ade30c #0cade3

Analogous Colors of #e30cad

#e30cad #e30c42 #ae0ce3

Monochromatic Colors of #e30cad

#e30cad

Complementary Color

#e30cad #0ce342

#e30cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30cad Color CSS Codes

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

#e30cad Text Font Color

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

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


#e30cad Background Color

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

This div background color is #e30cad


#e30cad Border Color

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

This div border color is #e30cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30cad


Comments

No comments written yet.

Please login to write comment.