Color Hex Logo

#e68725 Color Hex

#E68725
(230,135,37)
0 Favorites   0 Comments

Color spaces of #e68725

RGB 23013537
HSL0.080.790.52
HSV30°84°90°
CMYK 0.000.410.84   0.10
XYZ41.631034.28456.1736
Yxy34.28450.50710.4176
Hunter Lab58.553024.445334.7358
CIE-Lab65.187829.772263.1444

#e68725 color RGB value is (230,135,37).

#e68725 hex color red value is 230, green value is 135 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #e68725 hue: 0.08 , saturation: 0.79 and the lightness value of e68725 is 0.52.

The process color (four color CMYK) of #e68725 color hex is 0.00, 0.41, 0.84, 0.10. Web safe color of #e68725 is #ff9933. Color #e68725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 00100101
Octal 346 207 45
Decimal 230 135 37
Hex E6 87 25

RGB Percentages of Color #e68725

%57.21
%33.58
%9.20

CMYK Percentages of Color #e68725

%0
%41
%84
%10

Triadic Colors of #e68725

#e68725 #25e687 #8725e6

Analogous Colors of #e68725

#e68725 #e5e625 #e62725

Monochromatic Colors of #e68725

#e68725

Complementary Color

#e68725 #2584e6

#e68725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68725 Color CSS Codes

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

#e68725 Text Font Color

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

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


#e68725 Background Color

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

This div background color is #e68725


#e68725 Border Color

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

This div border color is #e68725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68725


Comments

No comments written yet.

Please login to write comment.