Color Hex Logo

#e68761 Color Hex

#E68761
(230,135,97)
0 Favorites   0 Comments

Color spaces of #e68761

RGB 23013597
HSL0.050.730.64
HSV17°58°90°
CMYK 0.000.410.58   0.10
XYZ43.454835.014015.7773
Yxy35.01400.46110.3715
Hunter Lab59.172627.533525.6122
CIE-Lab65.759632.773535.9168

#e68761 color RGB value is (230,135,97).

#e68761 hex color red value is 230, green value is 135 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e68761 hue: 0.05 , saturation: 0.73 and the lightness value of e68761 is 0.64.

The process color (four color CMYK) of #e68761 color hex is 0.00, 0.41, 0.58, 0.10. Web safe color of #e68761 is #ff9966. Color #e68761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 01100001
Octal 346 207 141
Decimal 230 135 97
Hex E6 87 61

RGB Percentages of Color #e68761

%49.78
%29.22
%21.00

CMYK Percentages of Color #e68761

%0
%41
%58
%10

Triadic Colors of #e68761

#e68761 #61e687 #8761e6

Analogous Colors of #e68761

#e68761 #e6ca61 #e6617e

Monochromatic Colors of #e68761

#e68761

Complementary Color

#e68761 #61c0e6

#e68761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68761 Color CSS Codes

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

#e68761 Text Font Color

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

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


#e68761 Background Color

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

This div background color is #e68761


#e68761 Border Color

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

This div border color is #e68761


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,135,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e68761; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e68761;
  -webkit-box-shadow: 1px 1px 3px 2px #e68761;
  box-shadow:         1px 1px 3px 2px #e68761; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,135,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68761


Comments

No comments written yet.

Please login to write comment.