Color Hex Logo

#e33b74 Color Hex

#E33B74
(227,59,116)
0 Favorites   0 Comments

Color spaces of #e33b74

RGB 22759116
HSL0.940.750.56
HSV340°74°89°
CMYK 0.000.740.49   0.11
XYZ36.394920.719818.6041
Yxy20.71980.48070.2736
Hunter Lab45.519063.06217.6309
CIE-Lab52.641567.21317.3670

#e33b74 color RGB value is (227,59,116).

#e33b74 hex color red value is 227, green value is 59 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e33b74 hue: 0.94 , saturation: 0.75 and the lightness value of e33b74 is 0.56.

The process color (four color CMYK) of #e33b74 color hex is 0.00, 0.74, 0.49, 0.11. Web safe color of #e33b74 is #cc3366. Color #e33b74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111011 01110100
Octal 343 73 164
Decimal 227 59 116
Hex E3 3B 74

RGB Percentages of Color #e33b74

%56.47
%14.68
%28.86

CMYK Percentages of Color #e33b74

%0
%74
%49
%11

Triadic Colors of #e33b74

#e33b74 #74e33b #3b74e3

Analogous Colors of #e33b74

#e33b74 #e3563b #e33bc8

Monochromatic Colors of #e33b74

#e33b74

Complementary Color

#e33b74 #3be3aa

#e33b74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33b74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33b74 Color CSS Codes

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

#e33b74 Text Font Color

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

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


#e33b74 Background Color

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

This div background color is #e33b74


#e33b74 Border Color

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

This div border color is #e33b74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33b74


Comments

No comments written yet.

Please login to write comment.