Color Hex Logo

#e25085 Color Hex

#E25085
(226,80,133)
0 Favorites   0 Comments

Color spaces of #e25085

RGB 22680133
HSL0.940.720.60
HSV338°65°89°
CMYK 0.000.650.41   0.11
XYZ38.466323.599524.7181
Yxy23.59950.44320.2719
Hunter Lab48.579356.32693.8376
CIE-Lab55.684660.85781.5879

#e25085 color RGB value is (226,80,133).

#e25085 hex color red value is 226, green value is 80 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e25085 hue: 0.94 , saturation: 0.72 and the lightness value of e25085 is 0.60.

The process color (four color CMYK) of #e25085 color hex is 0.00, 0.65, 0.41, 0.11. Web safe color of #e25085 is #cc6699. Color #e25085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 10000101
Octal 342 120 205
Decimal 226 80 133
Hex E2 50 85

RGB Percentages of Color #e25085

%51.48
%18.22
%30.30

CMYK Percentages of Color #e25085

%0
%65
%41
%11

Triadic Colors of #e25085

#e25085 #85e250 #5085e2

Analogous Colors of #e25085

#e25085 #e26450 #e250ce

Monochromatic Colors of #e25085

#e25085

Complementary Color

#e25085 #50e2ad

#e25085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25085 Color CSS Codes

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

#e25085 Text Font Color

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

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


#e25085 Background Color

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

This div background color is #e25085


#e25085 Border Color

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

This div border color is #e25085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25085


Comments

No comments written yet.

Please login to write comment.