Color Hex Logo

#e43caf Color Hex

#E43CAF
(228,60,175)
0 Favorites   0 Comments

Color spaces of #e43caf

RGB 22860175
HSL0.890.760.56
HSV319°74°89°
CMYK 0.000.740.23   0.11
XYZ41.348622.820842.7830
Yxy22.82080.38660.2134
Hunter Lab47.771170.9024-19.6593
CIE-Lab54.887373.3103-24.2680

#e43caf color RGB value is (228,60,175).

#e43caf hex color red value is 228, green value is 60 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e43caf hue: 0.89 , saturation: 0.76 and the lightness value of e43caf is 0.56.

The process color (four color CMYK) of #e43caf color hex is 0.00, 0.74, 0.23, 0.11. Web safe color of #e43caf is #cc3399. Color #e43caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111100 10101111
Octal 344 74 257
Decimal 228 60 175
Hex E4 3C AF

RGB Percentages of Color #e43caf

%49.24
%12.96
%37.80

CMYK Percentages of Color #e43caf

%0
%74
%23
%11

Triadic Colors of #e43caf

#e43caf #afe43c #3cafe4

Analogous Colors of #e43caf

#e43caf #e43c5b #c53ce4

Monochromatic Colors of #e43caf

#e43caf

Complementary Color

#e43caf #3ce471

#e43caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43caf Color CSS Codes

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

#e43caf Text Font Color

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

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


#e43caf Background Color

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

This div background color is #e43caf


#e43caf Border Color

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

This div border color is #e43caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43caf


Comments

No comments written yet.

Please login to write comment.