Color Hex Logo

#e96482 Color Hex

#E96482
(233,100,130)
0 Favorites   0 Comments

Color spaces of #e96482

RGB 233100130
HSL0.960.750.65
HSV346°57°91°
CMYK 0.000.570.44   0.09
XYZ42.190728.049724.3095
Yxy28.04970.44620.2967
Hunter Lab52.962049.51379.8593
CIE-Lab59.933654.11359.5899

#e96482 color RGB value is (233,100,130).

#e96482 hex color red value is 233, green value is 100 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e96482 hue: 0.96 , saturation: 0.75 and the lightness value of e96482 is 0.65.

The process color (four color CMYK) of #e96482 color hex is 0.00, 0.57, 0.44, 0.09. Web safe color of #e96482 is #ff6699. Color #e96482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100100 10000010
Octal 351 144 202
Decimal 233 100 130
Hex E9 64 82

RGB Percentages of Color #e96482

%50.32
%21.60
%28.08

CMYK Percentages of Color #e96482

%0
%57
%44
%9

Triadic Colors of #e96482

#e96482 #82e964 #6482e9

Analogous Colors of #e96482

#e96482 #e98964 #e964c5

Monochromatic Colors of #e96482

#e96482

Complementary Color

#e96482 #64e9cb

#e96482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96482 Color CSS Codes

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

#e96482 Text Font Color

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

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


#e96482 Background Color

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

This div background color is #e96482


#e96482 Border Color

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

This div border color is #e96482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96482


Comments

No comments written yet.

Please login to write comment.