Color Hex Logo

#ec268c Color Hex

#EC268C
(236,38,140)
0 Favorites   0 Comments

Color spaces of #ec268c

RGB 23638140
HSL0.910.840.54
HSV329°84°93°
CMYK 0.000.840.41   0.07
XYZ40.018821.112526.7768
Yxy21.11250.45520.2402
Hunter Lab45.948375.0553-2.3879
CIE-Lab53.072477.0272-6.2131

#ec268c color RGB value is (236,38,140).

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

The process color (four color CMYK) of #ec268c color hex is 0.00, 0.84, 0.41, 0.07. Web safe color of #ec268c is #ff3399. Color #ec268c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100110 10001100
Octal 354 46 214
Decimal 236 38 140
Hex EC 26 8C

RGB Percentages of Color #ec268c

%57.00
%9.18
%33.82

CMYK Percentages of Color #ec268c

%0
%84
%41
%7

Triadic Colors of #ec268c

#ec268c #8cec26 #268cec

Analogous Colors of #ec268c

#ec268c #ec2629 #e926ec

Monochromatic Colors of #ec268c

#ec268c

Complementary Color

#ec268c #26ec86

#ec268c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec268c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec268c Color CSS Codes

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

#ec268c Text Font Color

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

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


#ec268c Background Color

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

This div background color is #ec268c


#ec268c Border Color

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

This div border color is #ec268c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec268c


Comments

No comments written yet.

Please login to write comment.