Color Hex Logo

#e96274 Color Hex

#E96274
(233,98,116)
0 Favorites   0 Comments

Color spaces of #e96274

RGB 23398116
HSL0.980.750.65
HSV352°58°91°
CMYK 0.000.580.50   0.09
XYZ41.124327.320019.6288
Yxy27.32000.46690.3102
Hunter Lab52.268548.971914.3224
CIE-Lab59.269453.735716.7931

#e96274 color RGB value is (233,98,116).

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

The process color (four color CMYK) of #e96274 color hex is 0.00, 0.58, 0.50, 0.09. Web safe color of #e96274 is #ff6666. Color #e96274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100010 01110100
Octal 351 142 164
Decimal 233 98 116
Hex E9 62 74

RGB Percentages of Color #e96274

%52.13
%21.92
%25.95

CMYK Percentages of Color #e96274

%0
%58
%50
%9

Triadic Colors of #e96274

#e96274 #74e962 #6274e9

Analogous Colors of #e96274

#e96274 #e99462 #e962b8

Monochromatic Colors of #e96274

#e96274

Complementary Color

#e96274 #62e9d7

#e96274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96274 Color CSS Codes

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

#e96274 Text Font Color

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

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


#e96274 Background Color

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

This div background color is #e96274


#e96274 Border Color

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

This div border color is #e96274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96274


Comments

No comments written yet.

Please login to write comment.