Color Hex Logo

#e158c4 Color Hex

#E158C4
(225,88,196)
0 Favorites   0 Comments

Color spaces of #e158c4

RGB 22588196
HSL0.870.700.61
HSV313°61°88°
CMYK 0.000.610.13   0.12
XYZ44.504926.972555.0851
Yxy26.97250.35160.2131
Hunter Lab51.935162.0763-26.5316
CIE-Lab58.948965.2080-30.1410

#e158c4 color RGB value is (225,88,196).

#e158c4 hex color red value is 225, green value is 88 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #e158c4 hue: 0.87 , saturation: 0.70 and the lightness value of e158c4 is 0.61.

The process color (four color CMYK) of #e158c4 color hex is 0.00, 0.61, 0.13, 0.12. Web safe color of #e158c4 is #cc66cc. Color #e158c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011000 11000100
Octal 341 130 304
Decimal 225 88 196
Hex E1 58 C4

RGB Percentages of Color #e158c4

%44.20
%17.29
%38.51

CMYK Percentages of Color #e158c4

%0
%61
%13
%12

Triadic Colors of #e158c4

#e158c4 #c4e158 #58c4e1

Analogous Colors of #e158c4

#e158c4 #e15880 #ba58e1

Monochromatic Colors of #e158c4

#e158c4

Complementary Color

#e158c4 #58e175

#e158c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e158c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e158c4 Color CSS Codes

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

#e158c4 Text Font Color

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

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


#e158c4 Background Color

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

This div background color is #e158c4


#e158c4 Border Color

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

This div border color is #e158c4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,88,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e158c4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e158c4;
  -webkit-box-shadow: 1px 1px 3px 2px #e158c4;
  box-shadow:         1px 1px 3px 2px #e158c4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,88,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e158c4


Comments

No comments written yet.

Please login to write comment.