color codes Logo

#e84b3d color codes

#E84B3D
(232,75,61)
0 Favorites   0 Comments

Color spaces of #e84b3d

RGB 2327561
HSL0.010.790.57
HSV74°91°
CMYK 0.000.680.74   0.09
XYZ36.637122.52496.8316
Yxy22.52490.55520.3413
Hunter Lab47.460454.737524.6879
CIE-Lab54.579659.662842.2163

#e84b3d color RGB value is (232,75,61).

#e84b3d hex color red value is 232, green value is 75 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e84b3d hue: 0.01 , saturation: 0.79 and the lightness value of e84b3d is 0.57.

The process color (four color CMYK) of #e84b3d color code is 0.00, 0.68, 0.74, 0.09. Web safe color of #e84b3d is #ff3333. Color #e84b3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001011 00111101
Octal 350 113 75
Decimal 232 75 61
Hex E8 4B 3D

RGB Percentages of Color #e84b3d

%63.04
%20.38
%16.58

CMYK Percentages of Color #e84b3d

%0
%68
%74
%9

Triadic Colors of #e84b3d

#e84b3d #3de84b #4b3de8

Analogous Colors of #e84b3d

#e84b3d #e8a13d #e83d85

Monochromatic Colors of #e84b3d

#e84b3d

Complementary Color

#e84b3d #3ddae8

#e84b3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84b3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84b3d Color CSS Codes

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

#e84b3d Text Font Color

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

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


#e84b3d Background Color

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

This div background color is #e84b3d


#e84b3d Border Color

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

This div border color is #e84b3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,75,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 #e84b3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84b3d


Comments

No comments written yet.

Please login to write comment.