Color Hex Logo

#ec6752 Color Hex

#EC6752
(236,103,82)
0 Favorites   0 Comments

Color spaces of #ec6752

RGB 23610382
HSL0.020.800.62
HSV65°93°
CMYK 0.000.560.65   0.07
XYZ40.965328.142611.2556
Yxy28.14260.50980.3502
Hunter Lab53.049645.002224.5551
CIE-Lab60.017450.023637.2003

#ec6752 color RGB value is (236,103,82).

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

The process color (four color CMYK) of #ec6752 color hex is 0.00, 0.56, 0.65, 0.07. Web safe color of #ec6752 is #ff6666. Color #ec6752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100111 01010010
Octal 354 147 122
Decimal 236 103 82
Hex EC 67 52

RGB Percentages of Color #ec6752

%56.06
%24.47
%19.48

CMYK Percentages of Color #ec6752

%0
%56
%65
%7

Triadic Colors of #ec6752

#ec6752 #52ec67 #6752ec

Analogous Colors of #ec6752

#ec6752 #ecb452 #ec528a

Monochromatic Colors of #ec6752

#ec6752

Complementary Color

#ec6752 #52d7ec

#ec6752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6752 Color CSS Codes

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

#ec6752 Text Font Color

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

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


#ec6752 Background Color

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

This div background color is #ec6752


#ec6752 Border Color

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

This div border color is #ec6752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6752


Comments

No comments written yet.

Please login to write comment.