Color Hex Logo

#ec7251 Color Hex

#EC7251
(236,114,81)
0 Favorites   0 Comments

Color spaces of #ec7251

RGB 23611481
HSL0.040.800.62
HSV13°66°93°
CMYK 0.000.520.66   0.07
XYZ42.094630.461611.4456
Yxy30.46160.50110.3626
Hunter Lab55.192039.554726.3390
CIE-Lab62.050544.699340.1805

#ec7251 color RGB value is (236,114,81).

#ec7251 hex color red value is 236, green value is 114 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ec7251 hue: 0.04 , saturation: 0.80 and the lightness value of ec7251 is 0.62.

The process color (four color CMYK) of #ec7251 color hex is 0.00, 0.52, 0.66, 0.07. Web safe color of #ec7251 is #ff6666. Color #ec7251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110010 01010001
Octal 354 162 121
Decimal 236 114 81
Hex EC 72 51

RGB Percentages of Color #ec7251

%54.76
%26.45
%18.79

CMYK Percentages of Color #ec7251

%0
%52
%66
%7

Triadic Colors of #ec7251

#ec7251 #51ec72 #7251ec

Analogous Colors of #ec7251

#ec7251 #ecc051 #ec517e

Monochromatic Colors of #ec7251

#ec7251

Complementary Color

#ec7251 #51cbec

#ec7251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7251 Color CSS Codes

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

#ec7251 Text Font Color

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

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


#ec7251 Background Color

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

This div background color is #ec7251


#ec7251 Border Color

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

This div border color is #ec7251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7251


Comments

No comments written yet.

Please login to write comment.