Color Hex Logo

#ec275c Color Hex

#EC275C
(236,39,92)
0 Favorites   0 Comments

Color spaces of #ec275c

RGB 2363992
HSL0.960.840.54
HSV344°83°93°
CMYK 0.000.830.61   0.07
XYZ37.249420.056612.0333
Yxy20.05660.53720.2893
Hunter Lab44.784670.093615.4184
CIE-Lab51.901173.223721.0930

#ec275c color RGB value is (236,39,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100111 01011100
Octal 354 47 134
Decimal 236 39 92
Hex EC 27 5C

RGB Percentages of Color #ec275c

%64.31
%10.63
%25.07

CMYK Percentages of Color #ec275c

%0
%83
%61
%7

Triadic Colors of #ec275c

#ec275c #5cec27 #275cec

Analogous Colors of #ec275c

#ec275c #ec5527 #ec27bf

Monochromatic Colors of #ec275c

#ec275c

Complementary Color

#ec275c #27ecb7

#ec275c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec275c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec275c Color CSS Codes

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

#ec275c Text Font Color

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

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


#ec275c Background Color

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

This div background color is #ec275c


#ec275c Border Color

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

This div border color is #ec275c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec275c


Comments

No comments written yet.

Please login to write comment.