Color Hex Logo

#e33095 Color Hex

#E33095
(227,48,149)
0 Favorites   0 Comments

Color spaces of #e33095

RGB 22748149
HSL0.910.760.54
HSV326°79°89°
CMYK 0.000.790.34   0.11
XYZ38.160320.614730.4015
Yxy20.61470.42790.2312
Hunter Lab45.403470.5683-7.9174
CIE-Lab52.525273.4924-12.5730

#e33095 color RGB value is (227,48,149).

#e33095 hex color red value is 227, green value is 48 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e33095 hue: 0.91 , saturation: 0.76 and the lightness value of e33095 is 0.54.

The process color (four color CMYK) of #e33095 color hex is 0.00, 0.79, 0.34, 0.11. Web safe color of #e33095 is #cc3399. Color #e33095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 10010101
Octal 343 60 225
Decimal 227 48 149
Hex E3 30 95

RGB Percentages of Color #e33095

%53.54
%11.32
%35.14

CMYK Percentages of Color #e33095

%0
%79
%34
%11

Triadic Colors of #e33095

#e33095 #95e330 #3095e3

Analogous Colors of #e33095

#e33095 #e3303b #d830e3

Monochromatic Colors of #e33095

#e33095

Complementary Color

#e33095 #30e37e

#e33095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33095 Color CSS Codes

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

#e33095 Text Font Color

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

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


#e33095 Background Color

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

This div background color is #e33095


#e33095 Border Color

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

This div border color is #e33095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33095


Comments

No comments written yet.

Please login to write comment.