Color Hex Logo

#e33855 Color Hex

#E33855
(227,56,85)
0 Favorites   0 Comments

Color spaces of #e33855

RGB 2275685
HSL0.970.750.55
HSV350°75°89°
CMYK 0.000.750.63   0.11
XYZ34.732419.815110.5884
Yxy19.81510.53320.3042
Hunter Lab44.514261.375817.0568
CIE-Lab51.627565.968724.6276

#e33855 color RGB value is (227,56,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111000 01010101
Octal 343 70 125
Decimal 227 56 85
Hex E3 38 55

RGB Percentages of Color #e33855

%61.68
%15.22
%23.10

CMYK Percentages of Color #e33855

%0
%75
%63
%11

Triadic Colors of #e33855

#e33855 #55e338 #3855e3

Analogous Colors of #e33855

#e33855 #e37138 #e338ab

Monochromatic Colors of #e33855

#e33855

Complementary Color

#e33855 #38e3c6

#e33855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33855 Color CSS Codes

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

#e33855 Text Font Color

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

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


#e33855 Background Color

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

This div background color is #e33855


#e33855 Border Color

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

This div border color is #e33855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33855


Comments

No comments written yet.

Please login to write comment.