Color Hex Logo

#e68750 Color Hex

#E68750
(230,135,80)
0 Favorites   0 Comments

Color spaces of #e68750

RGB 23013580
HSL0.060.750.61
HSV22°65°90°
CMYK 0.000.410.65   0.10
XYZ42.745134.730112.0401
Yxy34.73010.47750.3880
Hunter Lab58.932226.339329.1394
CIE-Lab65.538031.620144.5867

#e68750 color RGB value is (230,135,80).

#e68750 hex color red value is 230, green value is 135 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e68750 hue: 0.06 , saturation: 0.75 and the lightness value of e68750 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 01010000
Octal 346 207 120
Decimal 230 135 80
Hex E6 87 50

RGB Percentages of Color #e68750

%51.69
%30.34
%17.98

CMYK Percentages of Color #e68750

%0
%41
%65
%10

Triadic Colors of #e68750

#e68750 #50e687 #8750e6

Analogous Colors of #e68750

#e68750 #e6d250 #e65064

Monochromatic Colors of #e68750

#e68750

Complementary Color

#e68750 #50afe6

#e68750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68750 Color CSS Codes

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

#e68750 Text Font Color

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

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


#e68750 Background Color

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

This div background color is #e68750


#e68750 Border Color

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

This div border color is #e68750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68750


Comments

No comments written yet.

Please login to write comment.