Color Hex Logo

#e43565 Color Hex

#E43565
(228,53,101)
0 Favorites   0 Comments

Color spaces of #e43565

RGB 22853101
HSL0.950.760.55
HSV344°77°89°
CMYK 0.000.770.56   0.11
XYZ35.617019.979814.2912
Yxy19.97980.50960.2859
Hunter Lab44.698864.010012.3328
CIE-Lab51.814468.172715.2810

#e43565 color RGB value is (228,53,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110101 01100101
Octal 344 65 145
Decimal 228 53 101
Hex E4 35 65

RGB Percentages of Color #e43565

%59.69
%13.87
%26.44

CMYK Percentages of Color #e43565

%0
%77
%56
%11

Triadic Colors of #e43565

#e43565 #65e435 #3565e4

Analogous Colors of #e43565

#e43565 #e45d35 #e435bd

Monochromatic Colors of #e43565

#e43565

Complementary Color

#e43565 #35e4b4

#e43565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43565 Color CSS Codes

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

#e43565 Text Font Color

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

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


#e43565 Background Color

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

This div background color is #e43565


#e43565 Border Color

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

This div border color is #e43565


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,53,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43565


Comments

No comments written yet.

Please login to write comment.