Color Hex Logo

#e76785 Color Hex

#E76785
(231,103,133)
0 Favorites   0 Comments

Color spaces of #e76785

RGB 231103133
HSL0.960.730.65
HSV346°55°91°
CMYK 0.000.550.42   0.09
XYZ42.038928.382925.4531
Yxy28.38290.43850.2960
Hunter Lab53.275647.61918.9664
CIE-Lab60.233152.36468.2327

#e76785 color RGB value is (231,103,133).

#e76785 hex color red value is 231, green value is 103 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e76785 hue: 0.96 , saturation: 0.73 and the lightness value of e76785 is 0.65.

The process color (four color CMYK) of #e76785 color hex is 0.00, 0.55, 0.42, 0.09. Web safe color of #e76785 is #ff6699. Color #e76785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100111 10000101
Octal 347 147 205
Decimal 231 103 133
Hex E7 67 85

RGB Percentages of Color #e76785

%49.46
%22.06
%28.48

CMYK Percentages of Color #e76785

%0
%55
%42
%9

Triadic Colors of #e76785

#e76785 #85e767 #6785e7

Analogous Colors of #e76785

#e76785 #e78967 #e767c5

Monochromatic Colors of #e76785

#e76785

Complementary Color

#e76785 #67e7c9

#e76785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76785 Color CSS Codes

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

#e76785 Text Font Color

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

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


#e76785 Background Color

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

This div background color is #e76785


#e76785 Border Color

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

This div border color is #e76785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76785


Comments

No comments written yet.

Please login to write comment.