Color Hex Logo

#e25cb9 Color Hex

#E25CB9
(226,92,185)
0 Favorites   0 Comments

Color spaces of #e25cb9

RGB 22692185
HSL0.880.700.62
HSV318°59°89°
CMYK 0.000.590.18   0.11
XYZ43.948127.325848.8570
Yxy27.32580.36580.2275
Hunter Lab52.274158.5897-18.8224
CIE-Lab59.274762.1776-23.3315

#e25cb9 color RGB value is (226,92,185).

#e25cb9 hex color red value is 226, green value is 92 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #e25cb9 hue: 0.88 , saturation: 0.70 and the lightness value of e25cb9 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 10111001
Octal 342 134 271
Decimal 226 92 185
Hex E2 5C B9

RGB Percentages of Color #e25cb9

%44.93
%18.29
%36.78

CMYK Percentages of Color #e25cb9

%0
%59
%18
%11

Triadic Colors of #e25cb9

#e25cb9 #b9e25c #5cb9e2

Analogous Colors of #e25cb9

#e25cb9 #e25c76 #c85ce2

Monochromatic Colors of #e25cb9

#e25cb9

Complementary Color

#e25cb9 #5ce285

#e25cb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25cb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25cb9 Color CSS Codes

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

#e25cb9 Text Font Color

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

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


#e25cb9 Background Color

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

This div background color is #e25cb9


#e25cb9 Border Color

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

This div border color is #e25cb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25cb9


Comments

No comments written yet.

Please login to write comment.