Color Hex Logo

#ec274f Color Hex

#EC274F
(236,39,79)
0 Favorites   0 Comments

Color spaces of #ec274f

RGB 2363979
HSL0.970.840.54
HSV348°83°93°
CMYK 0.000.830.67   0.07
XYZ36.728919.84849.2924
Yxy19.84840.55760.3013
Hunter Lab44.551569.192618.8196
CIE-Lab51.665472.527628.6097

#ec274f color RGB value is (236,39,79).

#ec274f hex color red value is 236, green value is 39 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ec274f hue: 0.97 , saturation: 0.84 and the lightness value of ec274f is 0.54.

The process color (four color CMYK) of #ec274f color hex is 0.00, 0.83, 0.67, 0.07. Web safe color of #ec274f is #ff3366. Color #ec274f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100111 01001111
Octal 354 47 117
Decimal 236 39 79
Hex EC 27 4F

RGB Percentages of Color #ec274f

%66.67
%11.02
%22.32

CMYK Percentages of Color #ec274f

%0
%83
%67
%7

Triadic Colors of #ec274f

#ec274f #4fec27 #274fec

Analogous Colors of #ec274f

#ec274f #ec6227 #ec27b2

Monochromatic Colors of #ec274f

#ec274f

Complementary Color

#ec274f #27ecc4

#ec274f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec274f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec274f Color CSS Codes

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

#ec274f Text Font Color

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

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


#ec274f Background Color

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

This div background color is #ec274f


#ec274f Border Color

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

This div border color is #ec274f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec274f


Comments

No comments written yet.

Please login to write comment.