Color Hex Logo

#e12275 Color Hex

#E12275
(225,34,117)
0 Favorites   0 Comments

Color spaces of #e12275

RGB 22534117
HSL0.930.760.51
HSV334°85°88°
CMYK 0.000.850.48   0.12
XYZ34.834318.436018.5521
Yxy18.43600.48500.2567
Hunter Lab42.937269.67444.4383
CIE-Lab50.020773.24382.9519

#e12275 color RGB value is (225,34,117).

#e12275 hex color red value is 225, green value is 34 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e12275 hue: 0.93 , saturation: 0.76 and the lightness value of e12275 is 0.51.

The process color (four color CMYK) of #e12275 color hex is 0.00, 0.85, 0.48, 0.12. Web safe color of #e12275 is #cc3366. Color #e12275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 01110101
Octal 341 42 165
Decimal 225 34 117
Hex E1 22 75

RGB Percentages of Color #e12275

%59.84
%9.04
%31.12

CMYK Percentages of Color #e12275

%0
%85
%48
%12

Triadic Colors of #e12275

#e12275 #75e122 #2275e1

Analogous Colors of #e12275

#e12275 #e12f22 #e122d5

Monochromatic Colors of #e12275

#e12275

Complementary Color

#e12275 #22e18e

#e12275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12275 Color CSS Codes

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

#e12275 Text Font Color

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

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


#e12275 Background Color

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

This div background color is #e12275


#e12275 Border Color

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

This div border color is #e12275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12275


Comments

No comments written yet.

Please login to write comment.