Color Hex Logo

#e4233f Color Hex

#E4233F
(228,35,63)
0 Favorites   0 Comments

Color spaces of #e4233f

RGB 2283563
HSL0.980.780.52
HSV351°85°89°
CMYK 0.000.850.72   0.11
XYZ33.493118.05496.4223
Yxy18.05490.57780.3115
Hunter Lab42.491166.341320.7824
CIE-Lab49.562670.565835.1863

#e4233f color RGB value is (228,35,63).

#e4233f hex color red value is 228, green value is 35 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #e4233f hue: 0.98 , saturation: 0.78 and the lightness value of e4233f is 0.52.

The process color (four color CMYK) of #e4233f color hex is 0.00, 0.85, 0.72, 0.11. Web safe color of #e4233f is #cc3333. Color #e4233f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100011 00111111
Octal 344 43 77
Decimal 228 35 63
Hex E4 23 3F

RGB Percentages of Color #e4233f

%69.94
%10.74
%19.33

CMYK Percentages of Color #e4233f

%0
%85
%72
%11

Triadic Colors of #e4233f

#e4233f #3fe423 #233fe4

Analogous Colors of #e4233f

#e4233f #e46823 #e423a0

Monochromatic Colors of #e4233f

#e4233f

Complementary Color

#e4233f #23e4c8

#e4233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4233f Color CSS Codes

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

#e4233f Text Font Color

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

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


#e4233f Background Color

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

This div background color is #e4233f


#e4233f Border Color

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

This div border color is #e4233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4233f


Comments

No comments written yet.

Please login to write comment.