Color Hex Logo

#e33368 Color Hex

#E33368
(227,51,104)
0 Favorites   0 Comments

Color spaces of #e33368

RGB 22751104
HSL0.950.760.55
HSV342°78°89°
CMYK 0.000.780.54   0.11
XYZ35.361119.698015.0351
Yxy19.69800.50450.2810
Hunter Lab44.382464.548210.9825
CIE-Lab51.494068.688012.9948

#e33368 color RGB value is (227,51,104).

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

The process color (four color CMYK) of #e33368 color hex is 0.00, 0.78, 0.54, 0.11. Web safe color of #e33368 is #cc3366. Color #e33368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110011 01101000
Octal 343 63 150
Decimal 227 51 104
Hex E3 33 68

RGB Percentages of Color #e33368

%59.42
%13.35
%27.23

CMYK Percentages of Color #e33368

%0
%78
%54
%11

Triadic Colors of #e33368

#e33368 #68e333 #3368e3

Analogous Colors of #e33368

#e33368 #e35633 #e333c0

Monochromatic Colors of #e33368

#e33368

Complementary Color

#e33368 #33e3ae

#e33368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33368 Color CSS Codes

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

#e33368 Text Font Color

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

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


#e33368 Background Color

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

This div background color is #e33368


#e33368 Border Color

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

This div border color is #e33368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33368


Comments

No comments written yet.

Please login to write comment.