Color Hex Logo

#e12cdc Color Hex

#E12CDC
(225,44,220)
0 Favorites   0 Comments

Color spaces of #e12cdc

RGB 22544220
HSL0.840.750.53
HSV302°80°88°
CMYK 0.000.800.02   0.12
XYZ44.870322.976269.7801
Yxy22.97620.32600.1669
Hunter Lab47.933583.2093-52.7591
CIE-Lab55.047883.0825-49.9368

#e12cdc color RGB value is (225,44,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101100 11011100
Octal 341 54 334
Decimal 225 44 220
Hex E1 2C DC

RGB Percentages of Color #e12cdc

%46.01
%9.00
%44.99

CMYK Percentages of Color #e12cdc

%0
%80
%2
%12

Triadic Colors of #e12cdc

#e12cdc #dce12c #2cdce1

Analogous Colors of #e12cdc

#e12cdc #e12c82 #8c2ce1

Monochromatic Colors of #e12cdc

#e12cdc

Complementary Color

#e12cdc #2ce131

#e12cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12cdc Color CSS Codes

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

#e12cdc Text Font Color

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

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


#e12cdc Background Color

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

This div background color is #e12cdc


#e12cdc Border Color

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

This div border color is #e12cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12cdc


Comments

No comments written yet.

Please login to write comment.