Color Hex Logo

#e25fca Color Hex

#E25FCA
(226,95,202)
0 Favorites   0 Comments

Color spaces of #e25fca

RGB 22695202
HSL0.860.690.63
HSV311°58°89°
CMYK 0.000.580.11   0.11
XYZ46.116928.617458.9702
Yxy28.61740.34490.2140
Hunter Lab53.495260.2637-27.9114
CIE-Lab60.442563.4023-31.2276

#e25fca color RGB value is (226,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011111 11001010
Octal 342 137 312
Decimal 226 95 202
Hex E2 5F CA

RGB Percentages of Color #e25fca

%43.21
%18.16
%38.62

CMYK Percentages of Color #e25fca

%0
%58
%11
%11

Triadic Colors of #e25fca

#e25fca #cae25f #5fcae2

Analogous Colors of #e25fca

#e25fca #e25f89 #b95fe2

Monochromatic Colors of #e25fca

#e25fca

Complementary Color

#e25fca #5fe277

#e25fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25fca Color CSS Codes

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

#e25fca Text Font Color

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

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


#e25fca Background Color

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

This div background color is #e25fca


#e25fca Border Color

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

This div border color is #e25fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25fca


Comments

No comments written yet.

Please login to write comment.