Color Hex Logo

#e082bd Color Hex

#E082BD
(224,130,189)
0 Favorites   0 Comments

Color spaces of #e082bd

RGB 224130189
HSL0.900.600.69
HSV322°42°88°
CMYK 0.000.420.16   0.12
XYZ47.908435.486752.4687
Yxy35.48670.35260.2612
Hunter Lab59.570739.3058-10.5220
CIE-Lab66.125843.9280-15.2028

#e082bd color RGB value is (224,130,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 10111101
Octal 340 202 275
Decimal 224 130 189
Hex E0 82 BD

RGB Percentages of Color #e082bd

%41.25
%23.94
%34.81

CMYK Percentages of Color #e082bd

%0
%42
%16
%12

Triadic Colors of #e082bd

#e082bd #bde082 #82bde0

Analogous Colors of #e082bd

#e082bd #e0828e #d482e0

Monochromatic Colors of #e082bd

#e082bd

Complementary Color

#e082bd #82e0a5

#e082bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082bd Color CSS Codes

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

#e082bd Text Font Color

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

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


#e082bd Background Color

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

This div background color is #e082bd


#e082bd Border Color

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

This div border color is #e082bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082bd


Comments

No comments written yet.

Please login to write comment.