Color Hex Logo

#e082cd Color Hex

#E082CD
(224,130,205)
0 Favorites   0 Comments

Color spaces of #e082cd

RGB 224130205
HSL0.870.600.69
HSV312°42°88°
CMYK 0.000.420.08   0.12
XYZ49.742536.220362.1271
Yxy36.22030.33590.2446
Hunter Lab60.183342.2124-19.0766
CIE-Lab66.687946.5198-23.3183

#e082cd color RGB value is (224,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 11001101
Octal 340 202 315
Decimal 224 130 205
Hex E0 82 CD

RGB Percentages of Color #e082cd

%40.07
%23.26
%36.67

CMYK Percentages of Color #e082cd

%0
%42
%8
%12

Triadic Colors of #e082cd

#e082cd #cde082 #82cde0

Analogous Colors of #e082cd

#e082cd #e0829e #c482e0

Monochromatic Colors of #e082cd

#e082cd

Complementary Color

#e082cd #82e095

#e082cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082cd Color CSS Codes

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

#e082cd Text Font Color

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

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


#e082cd Background Color

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

This div background color is #e082cd


#e082cd Border Color

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

This div border color is #e082cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082cd


Comments

No comments written yet.

Please login to write comment.