Color Hex Logo

#ec665f Color Hex

#EC665F
(236,102,95)
0 Favorites   0 Comments

Color spaces of #ec665f

RGB 23610295
HSL0.010.790.65
HSV60°93°
CMYK 0.000.570.60   0.07
XYZ41.409028.161814.0798
Yxy28.16180.49500.3367
Hunter Lab53.067746.416021.4167
CIE-Lab60.034651.307829.9575

#ec665f color RGB value is (236,102,95).

#ec665f hex color red value is 236, green value is 102 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec665f hue: 0.01 , saturation: 0.79 and the lightness value of ec665f is 0.65.

The process color (four color CMYK) of #ec665f color hex is 0.00, 0.57, 0.60, 0.07. Web safe color of #ec665f is #ff6666. Color #ec665f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100110 01011111
Octal 354 146 137
Decimal 236 102 95
Hex EC 66 5F

RGB Percentages of Color #ec665f

%54.50
%23.56
%21.94

CMYK Percentages of Color #ec665f

%0
%57
%60
%7

Triadic Colors of #ec665f

#ec665f #5fec66 #665fec

Analogous Colors of #ec665f

#ec665f #ecad5f #ec5f9f

Monochromatic Colors of #ec665f

#ec665f

Complementary Color

#ec665f #5fe5ec

#ec665f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec665f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec665f Color CSS Codes

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

#ec665f Text Font Color

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

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


#ec665f Background Color

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

This div background color is #ec665f


#ec665f Border Color

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

This div border color is #ec665f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec665f


Comments

No comments written yet.

Please login to write comment.