Color Hex Logo

#e134ce Color Hex

#E134CE
(225,52,206)
0 Favorites   0 Comments

Color spaces of #e134ce

RGB 22552206
HSL0.850.740.54
HSV307°77°88°
CMYK 0.000.770.08   0.12
XYZ43.419922.919860.5280
Yxy22.91980.34220.1807
Hunter Lab47.874678.1100-41.4482
CIE-Lab54.989679.0924-42.0521

#e134ce color RGB value is (225,52,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 11001110
Octal 341 64 316
Decimal 225 52 206
Hex E1 34 CE

RGB Percentages of Color #e134ce

%46.58
%10.77
%42.65

CMYK Percentages of Color #e134ce

%0
%77
%8
%12

Triadic Colors of #e134ce

#e134ce #cee134 #34cee1

Analogous Colors of #e134ce

#e134ce #e13478 #9e34e1

Monochromatic Colors of #e134ce

#e134ce

Complementary Color

#e134ce #34e147

#e134ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e134ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e134ce Color CSS Codes

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

#e134ce Text Font Color

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

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


#e134ce Background Color

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

This div background color is #e134ce


#e134ce Border Color

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

This div border color is #e134ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,52,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 #e134ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e134ce


Comments

No comments written yet.

Please login to write comment.