Color Hex Logo

#e2507d Color Hex

#E2507D
(226,80,125)
0 Favorites   0 Comments

Color spaces of #e2507d

RGB 22680125
HSL0.950.720.60
HSV342°65°89°
CMYK 0.000.650.45   0.11
XYZ37.934423.386721.9168
Yxy23.38670.45570.2810
Hunter Lab48.359855.38946.9815
CIE-Lab55.468460.07676.0103

#e2507d color RGB value is (226,80,125).

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

The process color (four color CMYK) of #e2507d color hex is 0.00, 0.65, 0.45, 0.11. Web safe color of #e2507d is #cc6666. Color #e2507d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 01111101
Octal 342 120 175
Decimal 226 80 125
Hex E2 50 7D

RGB Percentages of Color #e2507d

%52.44
%18.56
%29.00

CMYK Percentages of Color #e2507d

%0
%65
%45
%11

Triadic Colors of #e2507d

#e2507d #7de250 #507de2

Analogous Colors of #e2507d

#e2507d #e26c50 #e250c6

Monochromatic Colors of #e2507d

#e2507d

Complementary Color

#e2507d #50e2b5

#e2507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2507d Color CSS Codes

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

#e2507d Text Font Color

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

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


#e2507d Background Color

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

This div background color is #e2507d


#e2507d Border Color

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

This div border color is #e2507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2507d


Comments

No comments written yet.

Please login to write comment.