Color Hex Logo

#e12ccc Color Hex

#E12CCC
(225,44,204)
0 Favorites   0 Comments

Color spaces of #e12ccc

RGB 22544204
HSL0.850.750.53
HSV307°80°88°
CMYK 0.000.800.09   0.12
XYZ42.851122.168559.1472
Yxy22.16850.34510.1785
Hunter Lab47.083480.0586-41.5229
CIE-Lab54.205380.7841-42.1443

#e12ccc color RGB value is (225,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101100 11001100
Octal 341 54 314
Decimal 225 44 204
Hex E1 2C CC

RGB Percentages of Color #e12ccc

%47.57
%9.30
%43.13

CMYK Percentages of Color #e12ccc

%0
%80
%9
%12

Triadic Colors of #e12ccc

#e12ccc #cce12c #2ccce1

Analogous Colors of #e12ccc

#e12ccc #e12c72 #9c2ce1

Monochromatic Colors of #e12ccc

#e12ccc

Complementary Color

#e12ccc #2ce141

#e12ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12ccc Color CSS Codes

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

#e12ccc Text Font Color

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

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


#e12ccc Background Color

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

This div background color is #e12ccc


#e12ccc Border Color

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

This div border color is #e12ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12ccc


Comments

No comments written yet.

Please login to write comment.