Color Hex Logo

#ec265c Color Hex

#EC265C
(236,38,92)
0 Favorites   0 Comments

Color spaces of #ec265c

RGB 2363892
HSL0.950.840.54
HSV344°84°93°
CMYK 0.000.840.61   0.07
XYZ37.217019.991812.0225
Yxy19.99180.53760.2888
Hunter Lab44.712270.331415.3563
CIE-Lab51.827973.433120.9955

#ec265c color RGB value is (236,38,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100110 01011100
Octal 354 46 134
Decimal 236 38 92
Hex EC 26 5C

RGB Percentages of Color #ec265c

%64.48
%10.38
%25.14

CMYK Percentages of Color #ec265c

%0
%84
%61
%7

Triadic Colors of #ec265c

#ec265c #5cec26 #265cec

Analogous Colors of #ec265c

#ec265c #ec5326 #ec26bf

Monochromatic Colors of #ec265c

#ec265c

Complementary Color

#ec265c #26ecb6

#ec265c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec265c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec265c Color CSS Codes

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

#ec265c Text Font Color

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

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


#ec265c Background Color

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

This div background color is #ec265c


#ec265c Border Color

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

This div border color is #ec265c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec265c


Comments

No comments written yet.

Please login to write comment.