Color Hex Logo

#e96277 Color Hex

#E96277
(233,98,119)
0 Favorites   0 Comments

Color spaces of #e96277

RGB 23398119
HSL0.970.750.65
HSV351°58°91°
CMYK 0.000.580.49   0.09
XYZ41.301727.390920.5629
Yxy27.39090.46270.3069
Hunter Lab52.336349.276413.3404
CIE-Lab59.334453.998315.1408

#e96277 color RGB value is (233,98,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100010 01110111
Octal 351 142 167
Decimal 233 98 119
Hex E9 62 77

RGB Percentages of Color #e96277

%51.78
%21.78
%26.44

CMYK Percentages of Color #e96277

%0
%58
%49
%9

Triadic Colors of #e96277

#e96277 #77e962 #6277e9

Analogous Colors of #e96277

#e96277 #e99162 #e962bb

Monochromatic Colors of #e96277

#e96277

Complementary Color

#e96277 #62e9d4

#e96277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96277 Color CSS Codes

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

#e96277 Text Font Color

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

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


#e96277 Background Color

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

This div background color is #e96277


#e96277 Border Color

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

This div border color is #e96277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96277


Comments

No comments written yet.

Please login to write comment.