Color Hex Logo

#e15fca Color Hex

#E15FCA
(225,95,202)
0 Favorites   0 Comments

Color spaces of #e15fca

RGB 22595202
HSL0.860.680.63
HSV311°58°88°
CMYK 0.000.580.10   0.12
XYZ45.804228.456258.9556
Yxy28.45620.34380.2136
Hunter Lab53.344459.9166-28.1856
CIE-Lab60.298763.1321-31.4621

#e15fca color RGB value is (225,95,202).

#e15fca hex color red value is 225, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e15fca hue: 0.86 , saturation: 0.68 and the lightness value of e15fca is 0.63.

The process color (four color CMYK) of #e15fca color hex is 0.00, 0.58, 0.10, 0.12. Web safe color of #e15fca is #cc66cc. Color #e15fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011111 11001010
Octal 341 137 312
Decimal 225 95 202
Hex E1 5F CA

RGB Percentages of Color #e15fca

%43.10
%18.20
%38.70

CMYK Percentages of Color #e15fca

%0
%58
%10
%12

Triadic Colors of #e15fca

#e15fca #cae15f #5fcae1

Analogous Colors of #e15fca

#e15fca #e15f89 #b75fe1

Monochromatic Colors of #e15fca

#e15fca

Complementary Color

#e15fca #5fe176

#e15fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15fca Color CSS Codes

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

#e15fca Text Font Color

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

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


#e15fca Background Color

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

This div background color is #e15fca


#e15fca Border Color

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

This div border color is #e15fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15fca


Comments

No comments written yet.

Please login to write comment.