Color Hex Logo

#e96478 Color Hex

#E96478
(233,100,120)
0 Favorites   0 Comments

Color spaces of #e96478

RGB 233100120
HSL0.970.750.65
HSV351°57°91°
CMYK 0.000.570.48   0.09
XYZ41.551627.794020.9441
Yxy27.79400.46020.3078
Hunter Lab52.720048.425813.3499
CIE-Lab59.702253.175415.0701

#e96478 color RGB value is (233,100,120).

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

The process color (four color CMYK) of #e96478 color hex is 0.00, 0.57, 0.48, 0.09. Web safe color of #e96478 is #ff6666. Color #e96478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100100 01111000
Octal 351 144 170
Decimal 233 100 120
Hex E9 64 78

RGB Percentages of Color #e96478

%51.43
%22.08
%26.49

CMYK Percentages of Color #e96478

%0
%57
%48
%9

Triadic Colors of #e96478

#e96478 #78e964 #6478e9

Analogous Colors of #e96478

#e96478 #e99364 #e964bb

Monochromatic Colors of #e96478

#e96478

Complementary Color

#e96478 #64e9d5

#e96478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96478 Color CSS Codes

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

#e96478 Text Font Color

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

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


#e96478 Background Color

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

This div background color is #e96478


#e96478 Border Color

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

This div border color is #e96478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96478


Comments

No comments written yet.

Please login to write comment.