Color Hex Logo

#e1233d Color Hex

#E1233D
(225,35,61)
0 Favorites   0 Comments

Color spaces of #e1233d

RGB 2253561
HSL0.980.760.51
HSV352°84°88°
CMYK 0.000.840.73   0.12
XYZ32.494717.54656.0890
Yxy17.54650.57890.3126
Hunter Lab41.888565.165020.7035
CIE-Lab48.941469.699035.4860

#e1233d color RGB value is (225,35,61).

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

The process color (four color CMYK) of #e1233d color hex is 0.00, 0.84, 0.73, 0.12. Web safe color of #e1233d is #cc3333. Color #e1233d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 00111101
Octal 341 43 75
Decimal 225 35 61
Hex E1 23 3D

RGB Percentages of Color #e1233d

%70.09
%10.90
%19.00

CMYK Percentages of Color #e1233d

%0
%84
%73
%12

Triadic Colors of #e1233d

#e1233d #3de123 #233de1

Analogous Colors of #e1233d

#e1233d #e16823 #e1239c

Monochromatic Colors of #e1233d

#e1233d

Complementary Color

#e1233d #23e1c7

#e1233d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1233d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1233d Color CSS Codes

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

#e1233d Text Font Color

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

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


#e1233d Background Color

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

This div background color is #e1233d


#e1233d Border Color

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

This div border color is #e1233d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1233d


Comments

No comments written yet.

Please login to write comment.