Color Hex Logo

#e115cf Color Hex

#E115CF
(225,21,207)
0 Favorites   0 Comments

Color spaces of #e115cf

RGB 22521207
HSL0.850.830.48
HSV305°91°88°
CMYK 0.000.910.08   0.12
XYZ42.582021.048960.8500
Yxy21.04890.34210.1691
Hunter Lab45.879185.3838-46.5217
CIE-Lab53.003085.1625-45.7685

#e115cf color RGB value is (225,21,207).

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

The process color (four color CMYK) of #e115cf color hex is 0.00, 0.91, 0.08, 0.12. Web safe color of #e115cf is #cc00cc. Color #e115cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010101 11001111
Octal 341 25 317
Decimal 225 21 207
Hex E1 15 CF

RGB Percentages of Color #e115cf

%49.67
%4.64
%45.70

CMYK Percentages of Color #e115cf

%0
%91
%8
%12

Triadic Colors of #e115cf

#e115cf #cfe115 #15cfe1

Analogous Colors of #e115cf

#e115cf #e11569 #8d15e1

Monochromatic Colors of #e115cf

#e115cf

Complementary Color

#e115cf #15e127

#e115cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e115cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e115cf Color CSS Codes

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

#e115cf Text Font Color

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

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


#e115cf Background Color

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

This div background color is #e115cf


#e115cf Border Color

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

This div border color is #e115cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e115cf


Comments

No comments written yet.

Please login to write comment.