Color Hex Logo

#e582bc Color Hex

#E582BC
(229,130,188)
0 Favorites   0 Comments

Color spaces of #e582bc

RGB 229130188
HSL0.900.660.70
HSV325°43°90°
CMYK 0.000.430.18   0.10
XYZ49.372836.254151.9725
Yxy36.25410.35880.2635
Hunter Lab60.211440.9985-9.0292
CIE-Lab66.713645.4083-13.6935

#e582bc color RGB value is (229,130,188).

#e582bc hex color red value is 229, green value is 130 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e582bc hue: 0.90 , saturation: 0.66 and the lightness value of e582bc is 0.70.

The process color (four color CMYK) of #e582bc color hex is 0.00, 0.43, 0.18, 0.10. Web safe color of #e582bc is #cc99cc. Color #e582bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000010 10111100
Octal 345 202 274
Decimal 229 130 188
Hex E5 82 BC

RGB Percentages of Color #e582bc

%41.86
%23.77
%34.37

CMYK Percentages of Color #e582bc

%0
%43
%18
%10

Triadic Colors of #e582bc

#e582bc #bce582 #82bce5

Analogous Colors of #e582bc

#e582bc #e5828b #dd82e5

Monochromatic Colors of #e582bc

#e582bc

Complementary Color

#e582bc #82e5ab

#e582bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e582bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e582bc Color CSS Codes

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

#e582bc Text Font Color

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

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


#e582bc Background Color

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

This div background color is #e582bc


#e582bc Border Color

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

This div border color is #e582bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e582bc


Comments

No comments written yet.

Please login to write comment.