Color Hex Logo

#e12793 Color Hex

#E12793
(225,39,147)
1 Favorites   0 Comments

Color spaces of #e12793

RGB 22539147
HSL0.900.760.52
HSV325°83°88°
CMYK 0.000.830.35   0.12
XYZ37.043319.565229.4278
Yxy19.56520.43060.2274
Hunter Lab44.232672.0808-8.4827
CIE-Lab51.342074.9576-13.2022

#e12793 color RGB value is (225,39,147).

#e12793 hex color red value is 225, green value is 39 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e12793 hue: 0.90 , saturation: 0.76 and the lightness value of e12793 is 0.52.

The process color (four color CMYK) of #e12793 color hex is 0.00, 0.83, 0.35, 0.12. Web safe color of #e12793 is #cc3399. Color #e12793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 10010011
Octal 341 47 223
Decimal 225 39 147
Hex E1 27 93

RGB Percentages of Color #e12793

%54.74
%9.49
%35.77

CMYK Percentages of Color #e12793

%0
%83
%35
%12

Triadic Colors of #e12793

#e12793 #93e127 #2793e1

Analogous Colors of #e12793

#e12793 #e12736 #d227e1

Monochromatic Colors of #e12793

#e12793

Complementary Color

#e12793 #27e175

#e12793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12793 Color CSS Codes

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

#e12793 Text Font Color

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

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


#e12793 Background Color

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

This div background color is #e12793


#e12793 Border Color

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

This div border color is #e12793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12793

#e12793 Color Palettes


Comments

No comments written yet.

Please login to write comment.