Color Hex Logo

#e3384e Color Hex

#E3384E
(227,56,78)
0 Favorites   0 Comments

Color spaces of #e3384e

RGB 2275678
HSL0.980.750.55
HSV352°75°89°
CMYK 0.000.750.66   0.11
XYZ34.467919.70939.1953
Yxy19.70930.54390.3110
Hunter Lab44.395260.893918.7962
CIE-Lab51.506965.578728.6443

#e3384e color RGB value is (227,56,78).

#e3384e hex color red value is 227, green value is 56 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e3384e hue: 0.98 , saturation: 0.75 and the lightness value of e3384e is 0.55.

The process color (four color CMYK) of #e3384e color hex is 0.00, 0.75, 0.66, 0.11. Web safe color of #e3384e is #cc3366. Color #e3384e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111000 01001110
Octal 343 70 116
Decimal 227 56 78
Hex E3 38 4E

RGB Percentages of Color #e3384e

%62.88
%15.51
%21.61

CMYK Percentages of Color #e3384e

%0
%75
%66
%11

Triadic Colors of #e3384e

#e3384e #4ee338 #384ee3

Analogous Colors of #e3384e

#e3384e #e37838 #e338a4

Monochromatic Colors of #e3384e

#e3384e

Complementary Color

#e3384e #38e3cd

#e3384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3384e Color CSS Codes

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

#e3384e Text Font Color

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

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


#e3384e Background Color

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

This div background color is #e3384e


#e3384e Border Color

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

This div border color is #e3384e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,56,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3384e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3384e;
  -webkit-box-shadow: 1px 1px 3px 2px #e3384e;
  box-shadow:         1px 1px 3px 2px #e3384e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,56,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3384e


Comments

No comments written yet.

Please login to write comment.