Color Hex Logo

#e25f96 Color Hex

#E25F96
(226,95,150)
0 Favorites   0 Comments

Color spaces of #e25f96

RGB 22695150
HSL0.930.690.63
HSV335°58°89°
CMYK 0.000.580.34   0.11
XYZ40.961326.555231.8209
Yxy26.55520.41230.2673
Hunter Lab51.531751.7047-0.5394
CIE-Lab58.560356.2915-4.1711

#e25f96 color RGB value is (226,95,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011111 10010110
Octal 342 137 226
Decimal 226 95 150
Hex E2 5F 96

RGB Percentages of Color #e25f96

%47.98
%20.17
%31.85

CMYK Percentages of Color #e25f96

%0
%58
%34
%11

Triadic Colors of #e25f96

#e25f96 #96e25f #5f96e2

Analogous Colors of #e25f96

#e25f96 #e26a5f #e25fd8

Monochromatic Colors of #e25f96

#e25f96

Complementary Color

#e25f96 #5fe2ab

#e25f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25f96 Color CSS Codes

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

#e25f96 Text Font Color

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

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


#e25f96 Background Color

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

This div background color is #e25f96


#e25f96 Border Color

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

This div border color is #e25f96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25f96


Comments

No comments written yet.

Please login to write comment.