Color Hex Logo

#ec675f Color Hex

#EC675F
(236,103,95)
0 Favorites   0 Comments

Color spaces of #ec675f

RGB 23610395
HSL0.010.790.65
HSV60°93°
CMYK 0.000.560.60   0.07
XYZ41.507928.359614.1127
Yxy28.35960.49430.3377
Hunter Lab53.253745.935421.5652
CIE-Lab60.212250.843830.1850

#ec675f color RGB value is (236,103,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100111 01011111
Octal 354 147 137
Decimal 236 103 95
Hex EC 67 5F

RGB Percentages of Color #ec675f

%54.38
%23.73
%21.89

CMYK Percentages of Color #ec675f

%0
%56
%60
%7

Triadic Colors of #ec675f

#ec675f #5fec67 #675fec

Analogous Colors of #ec675f

#ec675f #ecae5f #ec5f9e

Monochromatic Colors of #ec675f

#ec675f

Complementary Color

#ec675f #5fe4ec

#ec675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec675f Color CSS Codes

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

#ec675f Text Font Color

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

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


#ec675f Background Color

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

This div background color is #ec675f


#ec675f Border Color

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

This div border color is #ec675f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,103,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 #ec675f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec675f


Comments

No comments written yet.

Please login to write comment.