Color Hex Logo

#e482be Color Hex

#E482BE
(228,130,190)
0 Favorites   0 Comments

Color spaces of #e482be

RGB 228130190
HSL0.900.640.70
HSV323°43°89°
CMYK 0.000.430.17   0.11
XYZ49.271836.176953.1011
Yxy36.17690.35560.2611
Hunter Lab60.147240.9671-10.2412
CIE-Lab66.654945.3873-14.9181

#e482be color RGB value is (228,130,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 10111110
Octal 344 202 276
Decimal 228 130 190
Hex E4 82 BE

RGB Percentages of Color #e482be

%41.61
%23.72
%34.67

CMYK Percentages of Color #e482be

%0
%43
%17
%11

Triadic Colors of #e482be

#e482be #bee482 #82bee4

Analogous Colors of #e482be

#e482be #e4828d #d982e4

Monochromatic Colors of #e482be

#e482be

Complementary Color

#e482be #82e4a8

#e482be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e482be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e482be Color CSS Codes

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

#e482be Text Font Color

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

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


#e482be Background Color

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

This div background color is #e482be


#e482be Border Color

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

This div border color is #e482be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e482be


Comments

No comments written yet.

Please login to write comment.