Color Hex Logo

#e25fce Color Hex

#E25FCE
(226,95,206)
0 Favorites   0 Comments

Color spaces of #e25fce

RGB 22695206
HSL0.860.690.63
HSV309°58°89°
CMYK 0.000.580.09   0.11
XYZ46.596828.809461.4974
Yxy28.80940.34040.2104
Hunter Lab53.674461.0325-30.3594
CIE-Lab60.613064.0252-33.2299

#e25fce color RGB value is (226,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011111 11001110
Octal 342 137 316
Decimal 226 95 206
Hex E2 5F CE

RGB Percentages of Color #e25fce

%42.88
%18.03
%39.09

CMYK Percentages of Color #e25fce

%0
%58
%9
%11

Triadic Colors of #e25fce

#e25fce #cee25f #5fcee2

Analogous Colors of #e25fce

#e25fce #e25f8d #b55fe2

Monochromatic Colors of #e25fce

#e25fce

Complementary Color

#e25fce #5fe273

#e25fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25fce Color CSS Codes

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

#e25fce Text Font Color

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

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


#e25fce Background Color

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

This div background color is #e25fce


#e25fce Border Color

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

This div border color is #e25fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25fce


Comments

No comments written yet.

Please login to write comment.