Color Hex Logo

#e182cb Color Hex

#E182CB
(225,130,203)
0 Favorites   0 Comments

Color spaces of #e182cb

RGB 225130203
HSL0.870.610.70
HSV314°42°88°
CMYK 0.000.420.10   0.12
XYZ49.813536.284660.8781
Yxy36.28460.33890.2469
Hunter Lab60.236742.1986-17.7556
CIE-Lab66.736846.5007-22.1148

#e182cb color RGB value is (225,130,203).

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

The process color (four color CMYK) of #e182cb color hex is 0.00, 0.42, 0.10, 0.12. Web safe color of #e182cb is #cc99cc. Color #e182cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 11001011
Octal 341 202 313
Decimal 225 130 203
Hex E1 82 CB

RGB Percentages of Color #e182cb

%40.32
%23.30
%36.38

CMYK Percentages of Color #e182cb

%0
%42
%10
%12

Triadic Colors of #e182cb

#e182cb #cbe182 #82cbe1

Analogous Colors of #e182cb

#e182cb #e1829c #c882e1

Monochromatic Colors of #e182cb

#e182cb

Complementary Color

#e182cb #82e198

#e182cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182cb Color CSS Codes

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

#e182cb Text Font Color

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

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


#e182cb Background Color

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

This div background color is #e182cb


#e182cb Border Color

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

This div border color is #e182cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182cb


Comments

No comments written yet.

Please login to write comment.