Color Hex Logo

#e442be Color Hex

#E442BE
(228,66,190)
0 Favorites   0 Comments

Color spaces of #e442be

RGB 22866190
HSL0.870.750.58
HSV314°71°89°
CMYK 0.000.710.17   0.11
XYZ43.237424.108151.0897
Yxy24.10810.36510.2036
Hunter Lab49.100071.2619-27.3226
CIE-Lab56.195973.3529-30.9375

#e442be color RGB value is (228,66,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000010 10111110
Octal 344 102 276
Decimal 228 66 190
Hex E4 42 BE

RGB Percentages of Color #e442be

%47.11
%13.64
%39.26

CMYK Percentages of Color #e442be

%0
%71
%17
%11

Triadic Colors of #e442be

#e442be #bee442 #42bee4

Analogous Colors of #e442be

#e442be #e4426d #b942e4

Monochromatic Colors of #e442be

#e442be

Complementary Color

#e442be #42e468

#e442be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e442be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e442be Color CSS Codes

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

#e442be Text Font Color

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

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


#e442be Background Color

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

This div background color is #e442be


#e442be Border Color

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

This div border color is #e442be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e442be


Comments

No comments written yet.

Please login to write comment.