Color Hex Logo

#ec3208 Color Hex

#EC3208
(236,50,8)
0 Favorites   0 Comments

Color spaces of #ec3208

RGB 236508
HSL0.030.930.48
HSV11°97°93°
CMYK 0.000.790.97   0.07
XYZ35.776520.13162.2299
Yxy20.13160.61540.3463
Hunter Lab44.868363.810728.4611
CIE-Lab51.985767.971662.4976

#ec3208 color RGB value is (236,50,8).

#ec3208 hex color red value is 236, green value is 50 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ec3208 hue: 0.03 , saturation: 0.93 and the lightness value of ec3208 is 0.48.

The process color (four color CMYK) of #ec3208 color hex is 0.00, 0.79, 0.97, 0.07. Web safe color of #ec3208 is #ff3300. Color #ec3208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110010 00001000
Octal 354 62 10
Decimal 236 50 8
Hex EC 32 8

RGB Percentages of Color #ec3208

%80.27
%17.01
%2.72

CMYK Percentages of Color #ec3208

%0
%79
%97
%7

Triadic Colors of #ec3208

#ec3208 #08ec32 #3208ec

Analogous Colors of #ec3208

#ec3208 #eca408 #ec0850

Monochromatic Colors of #ec3208

#ec3208

Complementary Color

#ec3208 #08c2ec

#ec3208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3208 Color CSS Codes

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

#ec3208 Text Font Color

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

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


#ec3208 Background Color

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

This div background color is #ec3208


#ec3208 Border Color

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

This div border color is #ec3208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3208


Comments

No comments written yet.

Please login to write comment.