Color Hex Logo

#e62954 Color Hex

#E62954
(230,41,84)
0 Favorites   0 Comments

Color spaces of #e62954

RGB 2304184
HSL0.960.790.53
HSV346°82°90°
CMYK 0.000.820.63   0.10
XYZ35.026319.049010.2182
Yxy19.04900.54480.2963
Hunter Lab43.645266.871616.6706
CIE-Lab50.744570.780324.1898

#e62954 color RGB value is (230,41,84).

#e62954 hex color red value is 230, green value is 41 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e62954 hue: 0.96 , saturation: 0.79 and the lightness value of e62954 is 0.53.

The process color (four color CMYK) of #e62954 color hex is 0.00, 0.82, 0.63, 0.10. Web safe color of #e62954 is #ff3366. Color #e62954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101001 01010100
Octal 346 51 124
Decimal 230 41 84
Hex E6 29 54

RGB Percentages of Color #e62954

%64.79
%11.55
%23.66

CMYK Percentages of Color #e62954

%0
%82
%63
%10

Triadic Colors of #e62954

#e62954 #54e629 #2954e6

Analogous Colors of #e62954

#e62954 #e65c29 #e629b3

Monochromatic Colors of #e62954

#e62954

Complementary Color

#e62954 #29e6bb

#e62954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62954 Color CSS Codes

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

#e62954 Text Font Color

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

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


#e62954 Background Color

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

This div background color is #e62954


#e62954 Border Color

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

This div border color is #e62954


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,41,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e62954; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e62954;
  -webkit-box-shadow: 1px 1px 3px 2px #e62954;
  box-shadow:         1px 1px 3px 2px #e62954; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,41,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62954


Comments

No comments written yet.

Please login to write comment.