Color Hex Logo

#e445be Color Hex

#E445BE
(228,69,190)
0 Favorites   0 Comments

Color spaces of #e445be

RGB 22869190
HSL0.870.750.58
HSV314°70°89°
CMYK 0.000.700.17   0.11
XYZ43.417324.467951.1496
Yxy24.46790.36470.2056
Hunter Lab49.465070.1123-26.6836
CIE-Lab56.553372.3450-30.3820

#e445be color RGB value is (228,69,190).

#e445be hex color red value is 228, green value is 69 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e445be hue: 0.87 , saturation: 0.75 and the lightness value of e445be is 0.58.

The process color (four color CMYK) of #e445be color hex is 0.00, 0.70, 0.17, 0.11. Web safe color of #e445be is #cc33cc. Color #e445be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000101 10111110
Octal 344 105 276
Decimal 228 69 190
Hex E4 45 BE

RGB Percentages of Color #e445be

%46.82
%14.17
%39.01

CMYK Percentages of Color #e445be

%0
%70
%17
%11

Triadic Colors of #e445be

#e445be #bee445 #45bee4

Analogous Colors of #e445be

#e445be #e4456f #bb45e4

Monochromatic Colors of #e445be

#e445be

Complementary Color

#e445be #45e46b

#e445be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e445be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e445be Color CSS Codes

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

#e445be Text Font Color

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

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


#e445be Background Color

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

This div background color is #e445be


#e445be Border Color

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

This div border color is #e445be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e445be


Comments

No comments written yet.

Please login to write comment.