Color Hex Logo

#ec8103 Color Hex

#EC8103
(236,129,3)
0 Favorites   0 Comments

Color spaces of #ec8103

RGB 2361293
HSL0.090.970.47
HSV32°99°93°
CMYK 0.000.450.99   0.07
XYZ42.458833.54004.3222
Yxy33.54000.52860.4176
Hunter Lab57.913729.516236.1147
CIE-Lab64.595834.824170.7330

#ec8103 color RGB value is (236,129,3).

#ec8103 hex color red value is 236, green value is 129 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ec8103 hue: 0.09 , saturation: 0.97 and the lightness value of ec8103 is 0.47.

The process color (four color CMYK) of #ec8103 color hex is 0.00, 0.45, 0.99, 0.07. Web safe color of #ec8103 is #ff9900. Color #ec8103 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000001 00000011
Octal 354 201 3
Decimal 236 129 3
Hex EC 81 3

RGB Percentages of Color #ec8103

%64.13
%35.05
%0.82

CMYK Percentages of Color #ec8103

%0
%45
%99
%7

Triadic Colors of #ec8103

#ec8103 #03ec81 #8103ec

Analogous Colors of #ec8103

#ec8103 #e3ec03 #ec0d03

Monochromatic Colors of #ec8103

#ec8103

Complementary Color

#ec8103 #036eec

#ec8103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8103 Color CSS Codes

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

#ec8103 Text Font Color

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

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


#ec8103 Background Color

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

This div background color is #ec8103


#ec8103 Border Color

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

This div border color is #ec8103


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,129,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec8103; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec8103;
  -webkit-box-shadow: 1px 1px 3px 2px #ec8103;
  box-shadow:         1px 1px 3px 2px #ec8103; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,129,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8103


Comments

No comments written yet.

Please login to write comment.