Color Hex Logo

#e153cf Color Hex

#E153CF
(225,83,207)
0 Favorites   0 Comments

Color spaces of #e153cf

RGB 22583207
HSL0.850.700.60
HSV308°63°88°
CMYK 0.000.630.08   0.12
XYZ45.407126.699161.7917
Yxy26.69910.33910.1994
Hunter Lab51.671266.4360-34.7330
CIE-Lab58.694868.9093-36.8005

#e153cf color RGB value is (225,83,207).

#e153cf hex color red value is 225, green value is 83 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e153cf hue: 0.85 , saturation: 0.70 and the lightness value of e153cf is 0.60.

The process color (four color CMYK) of #e153cf color hex is 0.00, 0.63, 0.08, 0.12. Web safe color of #e153cf is #cc66cc. Color #e153cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 11001111
Octal 341 123 317
Decimal 225 83 207
Hex E1 53 CF

RGB Percentages of Color #e153cf

%43.69
%16.12
%40.19

CMYK Percentages of Color #e153cf

%0
%63
%8
%12

Triadic Colors of #e153cf

#e153cf #cfe153 #53cfe1

Analogous Colors of #e153cf

#e153cf #e15388 #ac53e1

Monochromatic Colors of #e153cf

#e153cf

Complementary Color

#e153cf #53e165

#e153cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153cf Color CSS Codes

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

#e153cf Text Font Color

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

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


#e153cf Background Color

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

This div background color is #e153cf


#e153cf Border Color

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

This div border color is #e153cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153cf


Comments

No comments written yet.

Please login to write comment.