Color Hex Logo

#e482cd Color Hex

#E482CD
(228,130,205)
0 Favorites   0 Comments

Color spaces of #e482cd

RGB 228130205
HSL0.870.640.70
HSV314°43°89°
CMYK 0.000.430.10   0.11
XYZ50.997036.867062.1858
Yxy36.86700.33990.2457
Hunter Lab60.718243.6647-18.2203
CIE-Lab67.177147.7703-22.5271

#e482cd color RGB value is (228,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 11001101
Octal 344 202 315
Decimal 228 130 205
Hex E4 82 CD

RGB Percentages of Color #e482cd

%40.50
%23.09
%36.41

CMYK Percentages of Color #e482cd

%0
%43
%10
%11

Triadic Colors of #e482cd

#e482cd #cde482 #82cde4

Analogous Colors of #e482cd

#e482cd #e4829c #ca82e4

Monochromatic Colors of #e482cd

#e482cd

Complementary Color

#e482cd #82e499

#e482cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e482cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e482cd Color CSS Codes

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

#e482cd Text Font Color

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

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


#e482cd Background Color

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

This div background color is #e482cd


#e482cd Border Color

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

This div border color is #e482cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e482cd


Comments

No comments written yet.

Please login to write comment.