Color Hex Logo

#e12834 Color Hex

#E12834
(225,40,52)
1 Favorites   0 Comments

Color spaces of #e12834

RGB 2254052
HSL0.990.760.52
HSV356°82°88°
CMYK 0.000.820.77   0.12
XYZ32.430017.77314.9701
Yxy17.77310.58780.3221
Hunter Lab42.158263.533722.5209
CIE-Lab49.219768.267040.9710

#e12834 color RGB value is (225,40,52).

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

The process color (four color CMYK) of #e12834 color hex is 0.00, 0.82, 0.77, 0.12. Web safe color of #e12834 is #cc3333. Color #e12834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 00110100
Octal 341 50 64
Decimal 225 40 52
Hex E1 28 34

RGB Percentages of Color #e12834

%70.98
%12.62
%16.40

CMYK Percentages of Color #e12834

%0
%82
%77
%12

Triadic Colors of #e12834

#e12834 #34e128 #2834e1

Analogous Colors of #e12834

#e12834 #e17928 #e12891

Monochromatic Colors of #e12834

#e12834

Complementary Color

#e12834 #28e1d5

#e12834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12834 Color CSS Codes

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

#e12834 Text Font Color

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

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


#e12834 Background Color

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

This div background color is #e12834


#e12834 Border Color

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

This div border color is #e12834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12834


Comments

No comments written yet.

Please login to write comment.