color codes Logo

#e30cd6 color codes

#E30CD6
(227,12,214)
0 Favorites   0 Comments

Color spaces of #e30cd6

RGB 22712214
HSL0.840.900.47
HSV304°95°89°
CMYK 0.000.950.06   0.11
XYZ43.947621.448965.4421
Yxy21.44890.33590.1639
Hunter Lab46.313088.3357-51.3601
CIE-Lab53.437387.3371-49.0636

#e30cd6 color RGB value is (227,12,214).

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

The process color (four color CMYK) of #e30cd6 color code is 0.00, 0.95, 0.06, 0.11. Web safe color of #e30cd6 is #cc00cc. Color #e30cd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001100 11010110
Octal 343 14 326
Decimal 227 12 214
Hex E3 C D6

RGB Percentages of Color #e30cd6

%50.11
%2.65
%47.24

CMYK Percentages of Color #e30cd6

%0
%95
%6
%11

Triadic Colors of #e30cd6

#e30cd6 #d6e30c #0cd6e3

Analogous Colors of #e30cd6

#e30cd6 #e30c6b #850ce3

Monochromatic Colors of #e30cd6

#e30cd6

Complementary Color

#e30cd6 #0ce319

#e30cd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30cd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30cd6 Color CSS Codes

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

#e30cd6 Text Font Color

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

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


#e30cd6 Background Color

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

This div background color is #e30cd6


#e30cd6 Border Color

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

This div border color is #e30cd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30cd6


Comments

No comments written yet.

Please login to write comment.