Color Hex Logo

#e134cc Color Hex

#E134CC
(225,52,204)
0 Favorites   0 Comments

Color spaces of #e134cc

RGB 22552204
HSL0.850.740.54
HSV307°77°88°
CMYK 0.000.770.09   0.12
XYZ43.178422.823259.2563
Yxy22.82320.34470.1822
Hunter Lab47.773677.7266-40.0991
CIE-Lab54.889878.8077-41.0645

#e134cc color RGB value is (225,52,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110100 11001100
Octal 341 64 314
Decimal 225 52 204
Hex E1 34 CC

RGB Percentages of Color #e134cc

%46.78
%10.81
%42.41

CMYK Percentages of Color #e134cc

%0
%77
%9
%12

Triadic Colors of #e134cc

#e134cc #cce134 #34cce1

Analogous Colors of #e134cc

#e134cc #e13476 #a034e1

Monochromatic Colors of #e134cc

#e134cc

Complementary Color

#e134cc #34e149

#e134cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e134cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e134cc Color CSS Codes

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

#e134cc Text Font Color

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

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


#e134cc Background Color

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

This div background color is #e134cc


#e134cc Border Color

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

This div border color is #e134cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,52,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e134cc


Comments

No comments written yet.

Please login to write comment.