Color Hex Logo

#e43368 Color Hex

#E43368
(228,51,104)
0 Favorites   0 Comments

Color spaces of #e43368

RGB 22851104
HSL0.950.770.55
HSV342°78°89°
CMYK 0.000.780.54   0.11
XYZ35.677419.861115.0499
Yxy19.86110.50540.2814
Hunter Lab44.565864.909111.1738
CIE-Lab51.679868.956313.2812

#e43368 color RGB value is (228,51,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110011 01101000
Octal 344 63 150
Decimal 228 51 104
Hex E4 33 68

RGB Percentages of Color #e43368

%59.53
%13.32
%27.15

CMYK Percentages of Color #e43368

%0
%78
%54
%11

Triadic Colors of #e43368

#e43368 #68e433 #3368e4

Analogous Colors of #e43368

#e43368 #e45733 #e433c1

Monochromatic Colors of #e43368

#e43368

Complementary Color

#e43368 #33e4af

#e43368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43368 Color CSS Codes

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

#e43368 Text Font Color

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

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


#e43368 Background Color

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

This div background color is #e43368


#e43368 Border Color

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

This div border color is #e43368


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,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 #e43368">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43368


Comments

No comments written yet.

Please login to write comment.