Color Hex Logo

#e082cb Color Hex

#E082CB
(224,130,203)
0 Favorites   0 Comments

Color spaces of #e082cb

RGB 224130203
HSL0.870.600.69
HSV313°42°88°
CMYK 0.000.420.09   0.12
XYZ49.502636.124460.8635
Yxy36.12440.33790.2466
Hunter Lab60.103641.8352-17.9671
CIE-Lab66.614946.1858-22.3119

#e082cb color RGB value is (224,130,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 11001011
Octal 340 202 313
Decimal 224 130 203
Hex E0 82 CB

RGB Percentages of Color #e082cb

%40.22
%23.34
%36.45

CMYK Percentages of Color #e082cb

%0
%42
%9
%12

Triadic Colors of #e082cb

#e082cb #cbe082 #82cbe0

Analogous Colors of #e082cb

#e082cb #e0829c #c682e0

Monochromatic Colors of #e082cb

#e082cb

Complementary Color

#e082cb #82e097

#e082cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082cb Color CSS Codes

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

#e082cb Text Font Color

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

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


#e082cb Background Color

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

This div background color is #e082cb


#e082cb Border Color

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

This div border color is #e082cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082cb


Comments

No comments written yet.

Please login to write comment.