Color Hex Logo

#ec7469 Color Hex

#EC7469
(236,116,105)
0 Favorites   0 Comments

Color spaces of #ec7469

RGB 236116105
HSL0.010.780.67
HSV56°93°
CMYK 0.000.510.56   0.07
XYZ43.387331.343617.1278
Yxy31.34360.47230.3412
Hunter Lab55.985440.358821.0509
CIE-Lab62.796645.345227.8927

#ec7469 color RGB value is (236,116,105).

#ec7469 hex color red value is 236, green value is 116 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ec7469 hue: 0.01 , saturation: 0.78 and the lightness value of ec7469 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110100 01101001
Octal 354 164 151
Decimal 236 116 105
Hex EC 74 69

RGB Percentages of Color #ec7469

%51.64
%25.38
%22.98

CMYK Percentages of Color #ec7469

%0
%51
%56
%7

Triadic Colors of #ec7469

#ec7469 #69ec74 #7469ec

Analogous Colors of #ec7469

#ec7469 #ecb669 #ec69a0

Monochromatic Colors of #ec7469

#ec7469

Complementary Color

#ec7469 #69e1ec

#ec7469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7469 Color CSS Codes

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

#ec7469 Text Font Color

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

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


#ec7469 Background Color

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

This div background color is #ec7469


#ec7469 Border Color

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

This div border color is #ec7469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7469


Comments

No comments written yet.

Please login to write comment.