Color Hex Logo

#e030ce Color Hex

#E030CE
(224,48,206)
0 Favorites   0 Comments

Color spaces of #e030ce

RGB 22448206
HSL0.850.740.53
HSV306°79°88°
CMYK 0.000.790.08   0.12
XYZ42.938022.417460.4564
Yxy22.41740.34130.1782
Hunter Lab47.347079.0206-42.5632
CIE-Lab54.467179.9148-42.8882

#e030ce color RGB value is (224,48,206).

#e030ce hex color red value is 224, green value is 48 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e030ce hue: 0.85 , saturation: 0.74 and the lightness value of e030ce is 0.53.

The process color (four color CMYK) of #e030ce color hex is 0.00, 0.79, 0.08, 0.12. Web safe color of #e030ce is #cc33cc. Color #e030ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 11001110
Octal 340 60 316
Decimal 224 48 206
Hex E0 30 CE

RGB Percentages of Color #e030ce

%46.86
%10.04
%43.10

CMYK Percentages of Color #e030ce

%0
%79
%8
%12

Triadic Colors of #e030ce

#e030ce #cee030 #30cee0

Analogous Colors of #e030ce

#e030ce #e03076 #9a30e0

Monochromatic Colors of #e030ce

#e030ce

Complementary Color

#e030ce #30e042

#e030ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e030ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e030ce Color CSS Codes

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

#e030ce Text Font Color

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

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


#e030ce Background Color

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

This div background color is #e030ce


#e030ce Border Color

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

This div border color is #e030ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,48,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e030ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e030ce;
  -webkit-box-shadow: 1px 1px 3px 2px #e030ce;
  box-shadow:         1px 1px 3px 2px #e030ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,48,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e030ce


Comments

No comments written yet.

Please login to write comment.