Color Hex Logo

#e52682 Color Hex

#E52682
(229,38,130)
0 Favorites   0 Comments

Color spaces of #e52682

RGB 22938130
HSL0.920.790.52
HSV331°83°90°
CMYK 0.000.830.43   0.10
XYZ37.035519.655922.9611
Yxy19.65590.46500.2468
Hunter Lab44.335071.52490.3282
CIE-Lab51.445974.4842-2.7580

#e52682 color RGB value is (229,38,130).

#e52682 hex color red value is 229, green value is 38 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e52682 hue: 0.92 , saturation: 0.79 and the lightness value of e52682 is 0.52.

The process color (four color CMYK) of #e52682 color hex is 0.00, 0.83, 0.43, 0.10. Web safe color of #e52682 is #cc3399. Color #e52682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100110 10000010
Octal 345 46 202
Decimal 229 38 130
Hex E5 26 82

RGB Percentages of Color #e52682

%57.68
%9.57
%32.75

CMYK Percentages of Color #e52682

%0
%83
%43
%10

Triadic Colors of #e52682

#e52682 #82e526 #2682e5

Analogous Colors of #e52682

#e52682 #e52a26 #e526e2

Monochromatic Colors of #e52682

#e52682

Complementary Color

#e52682 #26e589

#e52682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52682 Color CSS Codes

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

#e52682 Text Font Color

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

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


#e52682 Background Color

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

This div background color is #e52682


#e52682 Border Color

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

This div border color is #e52682


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,38,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e52682; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e52682;
  -webkit-box-shadow: 1px 1px 3px 2px #e52682;
  box-shadow:         1px 1px 3px 2px #e52682; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,38,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52682


Comments

No comments written yet.

Please login to write comment.