Color Hex Logo

#ec7121 Color Hex

#EC7121
(236,113,33)
0 Favorites   0 Comments

Color spaces of #ec7121

RGB 23611333
HSL0.070.840.53
HSV24°86°93°
CMYK 0.000.520.86   0.07
XYZ40.771729.75295.0328
Yxy29.75290.53960.3938
Hunter Lab54.546237.967632.7119
CIE-Lab61.440443.293761.7419

#ec7121 color RGB value is (236,113,33).

#ec7121 hex color red value is 236, green value is 113 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ec7121 hue: 0.07 , saturation: 0.84 and the lightness value of ec7121 is 0.53.

The process color (four color CMYK) of #ec7121 color hex is 0.00, 0.52, 0.86, 0.07. Web safe color of #ec7121 is #ff6633. Color #ec7121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110001 00100001
Octal 354 161 41
Decimal 236 113 33
Hex EC 71 21

RGB Percentages of Color #ec7121

%61.78
%29.58
%8.64

CMYK Percentages of Color #ec7121

%0
%52
%86
%7

Triadic Colors of #ec7121

#ec7121 #21ec71 #7121ec

Analogous Colors of #ec7121

#ec7121 #ecd721 #ec2136

Monochromatic Colors of #ec7121

#ec7121

Complementary Color

#ec7121 #219cec

#ec7121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7121 Color CSS Codes

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

#ec7121 Text Font Color

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

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


#ec7121 Background Color

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

This div background color is #ec7121


#ec7121 Border Color

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

This div border color is #ec7121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7121


Comments

No comments written yet.

Please login to write comment.