Color Hex Logo

#e1054b Color Hex

#E1054B
(225,5,75)
0 Favorites   0 Comments

Color spaces of #e1054b

RGB 225575
HSL0.950.960.45
HSV341°98°88°
CMYK 0.000.980.67   0.12
XYZ32.375616.62418.1590
Yxy16.62410.56640.2908
Hunter Lab40.772770.386116.6764
CIE-Lab47.782974.264925.6521

#e1054b color RGB value is (225,5,75).

#e1054b hex color red value is 225, green value is 5 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e1054b hue: 0.95 , saturation: 0.96 and the lightness value of e1054b is 0.45.

The process color (four color CMYK) of #e1054b color hex is 0.00, 0.98, 0.67, 0.12. Web safe color of #e1054b is #cc0033. Color #e1054b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000101 01001011
Octal 341 5 113
Decimal 225 5 75
Hex E1 5 4B

RGB Percentages of Color #e1054b

%73.77
%1.64
%24.59

CMYK Percentages of Color #e1054b

%0
%98
%67
%12

Triadic Colors of #e1054b

#e1054b #4be105 #054be1

Analogous Colors of #e1054b

#e1054b #e12d05 #e105b9

Monochromatic Colors of #e1054b

#e1054b

Complementary Color

#e1054b #05e19b

#e1054b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1054b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1054b Color CSS Codes

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

#e1054b Text Font Color

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

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


#e1054b Background Color

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

This div background color is #e1054b


#e1054b Border Color

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

This div border color is #e1054b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1054b


Comments

No comments written yet.

Please login to write comment.