Color Hex Logo

#e33064 Color Hex

#E33064
(227,48,100)
0 Favorites   0 Comments

Color spaces of #e33064

RGB 22748100
HSL0.950.760.54
HSV343°79°89°
CMYK 0.000.790.56   0.11
XYZ35.035819.364913.9478
Yxy19.36490.51260.2833
Hunter Lab44.005665.106112.0116
CIE-Lab51.111469.231114.8897

#e33064 color RGB value is (227,48,100).

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

The process color (four color CMYK) of #e33064 color hex is 0.00, 0.79, 0.56, 0.11. Web safe color of #e33064 is #cc3366. Color #e33064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 01100100
Octal 343 60 144
Decimal 227 48 100
Hex E3 30 64

RGB Percentages of Color #e33064

%60.53
%12.80
%26.67

CMYK Percentages of Color #e33064

%0
%79
%56
%11

Triadic Colors of #e33064

#e33064 #64e330 #3064e3

Analogous Colors of #e33064

#e33064 #e35630 #e330be

Monochromatic Colors of #e33064

#e33064

Complementary Color

#e33064 #30e3af

#e33064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33064 Color CSS Codes

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

#e33064 Text Font Color

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

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


#e33064 Background Color

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

This div background color is #e33064


#e33064 Border Color

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

This div border color is #e33064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33064


Comments

No comments written yet.

Please login to write comment.