Color Hex Logo

#e65125 Color Hex

#E65125
(230,81,37)
0 Favorites   0 Comments

Color spaces of #e65125

RGB 2308137
HSL0.040.790.52
HSV14°84°90°
CMYK 0.000.650.84   0.10
XYZ35.909522.84144.2665
Yxy22.84140.56980.3625
Hunter Lab47.792750.480628.1620
CIE-Lab54.908655.819654.3253

#e65125 color RGB value is (230,81,37).

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

The process color (four color CMYK) of #e65125 color hex is 0.00, 0.65, 0.84, 0.10. Web safe color of #e65125 is #ff6633. Color #e65125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010001 00100101
Octal 346 121 45
Decimal 230 81 37
Hex E6 51 25

RGB Percentages of Color #e65125

%66.09
%23.28
%10.63

CMYK Percentages of Color #e65125

%0
%65
%84
%10

Triadic Colors of #e65125

#e65125 #25e651 #5125e6

Analogous Colors of #e65125

#e65125 #e6b225 #e6255a

Monochromatic Colors of #e65125

#e65125

Complementary Color

#e65125 #25bae6

#e65125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65125 Color CSS Codes

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

#e65125 Text Font Color

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

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


#e65125 Background Color

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

This div background color is #e65125


#e65125 Border Color

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

This div border color is #e65125


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,81,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 #e65125">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65125


Comments

No comments written yet.

Please login to write comment.