Color Hex Logo

#e53082 Color Hex

#E53082
(229,48,130)
0 Favorites   0 Comments

Color spaces of #e53082

RGB 22948130
HSL0.920.780.54
HSV333°79°90°
CMYK 0.000.790.43   0.10
XYZ37.399320.383623.0824
Yxy20.38360.46250.2521
Hunter Lab45.148268.85421.2912
CIE-Lab52.268272.1318-1.5495

#e53082 color RGB value is (229,48,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110000 10000010
Octal 345 60 202
Decimal 229 48 130
Hex E5 30 82

RGB Percentages of Color #e53082

%56.27
%11.79
%31.94

CMYK Percentages of Color #e53082

%0
%79
%43
%10

Triadic Colors of #e53082

#e53082 #82e530 #3082e5

Analogous Colors of #e53082

#e53082 #e53830 #e530dd

Monochromatic Colors of #e53082

#e53082

Complementary Color

#e53082 #30e593

#e53082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53082 Color CSS Codes

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

#e53082 Text Font Color

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

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


#e53082 Background Color

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

This div background color is #e53082


#e53082 Border Color

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

This div border color is #e53082


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,48,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 #e53082">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53082


Comments

No comments written yet.

Please login to write comment.