Color Hex Logo

#e582cb Color Hex

#E582CB
(229,130,203)
0 Favorites   0 Comments

Color spaces of #e582cb

RGB 229130203
HSL0.880.660.70
HSV316°43°90°
CMYK 0.000.430.11   0.10
XYZ51.075236.935160.9371
Yxy36.93510.34290.2480
Hunter Lab60.774343.6580-16.9069
CIE-Lab67.228347.7573-21.3206

#e582cb color RGB value is (229,130,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000010 11001011
Octal 345 202 313
Decimal 229 130 203
Hex E5 82 CB

RGB Percentages of Color #e582cb

%40.75
%23.13
%36.12

CMYK Percentages of Color #e582cb

%0
%43
%11
%10

Triadic Colors of #e582cb

#e582cb #cbe582 #82cbe5

Analogous Colors of #e582cb

#e582cb #e5829a #ce82e5

Monochromatic Colors of #e582cb

#e582cb

Complementary Color

#e582cb #82e59c

#e582cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e582cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e582cb Color CSS Codes

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

#e582cb Text Font Color

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

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


#e582cb Background Color

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

This div background color is #e582cb


#e582cb Border Color

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

This div border color is #e582cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e582cb


Comments

No comments written yet.

Please login to write comment.