Color Hex Logo

#e7965d Color Hex

#E7965D
(231,150,93)
0 Favorites   0 Comments

Color spaces of #e7965d

RGB 23115093
HSL0.070.740.64
HSV25°60°91°
CMYK 0.000.350.60   0.09
XYZ45.837139.591915.5821
Yxy39.59190.45380.3920
Hunter Lab62.922119.918929.3628
CIE-Lab69.177924.953542.2455

#e7965d color RGB value is (231,150,93).

#e7965d hex color red value is 231, green value is 150 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e7965d hue: 0.07 , saturation: 0.74 and the lightness value of e7965d is 0.64.

The process color (four color CMYK) of #e7965d color hex is 0.00, 0.35, 0.60, 0.09. Web safe color of #e7965d is #ff9966. Color #e7965d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 01011101
Octal 347 226 135
Decimal 231 150 93
Hex E7 96 5D

RGB Percentages of Color #e7965d

%48.73
%31.65
%19.62

CMYK Percentages of Color #e7965d

%0
%35
%60
%9

Triadic Colors of #e7965d

#e7965d #5de796 #965de7

Analogous Colors of #e7965d

#e7965d #e7db5d #e75d69

Monochromatic Colors of #e7965d

#e7965d

Complementary Color

#e7965d #5daee7

#e7965d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7965d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7965d Color CSS Codes

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

#e7965d Text Font Color

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

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


#e7965d Background Color

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

This div background color is #e7965d


#e7965d Border Color

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

This div border color is #e7965d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,150,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7965d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7965d;
  -webkit-box-shadow: 1px 1px 3px 2px #e7965d;
  box-shadow:         1px 1px 3px 2px #e7965d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,150,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7965d


Comments

No comments written yet.

Please login to write comment.