Color Hex Logo

#e62d3b Color Hex

#E62D3B
(230,45,59)
0 Favorites   0 Comments

Color spaces of #e62d3b

RGB 2304559
HSL0.990.790.54
HSV355°80°90°
CMYK 0.000.800.74   0.10
XYZ34.360919.01555.9970
Yxy19.01550.57870.3203
Hunter Lab43.606864.341122.3709
CIE-Lab50.705368.664538.9145

#e62d3b color RGB value is (230,45,59).

#e62d3b hex color red value is 230, green value is 45 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #e62d3b hue: 0.99 , saturation: 0.79 and the lightness value of e62d3b is 0.54.

The process color (four color CMYK) of #e62d3b color hex is 0.00, 0.80, 0.74, 0.10. Web safe color of #e62d3b is #ff3333. Color #e62d3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101101 00111011
Octal 346 55 73
Decimal 230 45 59
Hex E6 2D 3B

RGB Percentages of Color #e62d3b

%68.86
%13.47
%17.66

CMYK Percentages of Color #e62d3b

%0
%80
%74
%10

Triadic Colors of #e62d3b

#e62d3b #3be62d #2d3be6

Analogous Colors of #e62d3b

#e62d3b #e67c2d #e62d98

Monochromatic Colors of #e62d3b

#e62d3b

Complementary Color

#e62d3b #2de6d8

#e62d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62d3b Color CSS Codes

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

#e62d3b Text Font Color

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

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


#e62d3b Background Color

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

This div background color is #e62d3b


#e62d3b Border Color

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

This div border color is #e62d3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62d3b


Comments

No comments written yet.

Please login to write comment.