Color Hex Logo

#ec27ec Color Hex

#EC27EC
(236,39,236)
0 Favorites   0 Comments

Color spaces of #ec27ec

RGB 23639236
HSL0.830.840.54
HSV300°83°93°
CMYK 0.000.830.00   0.07
XYZ50.457925.340081.5886
Yxy25.34000.32060.1610
Hunter Lab50.338990.8292-60.8593
CIE-Lab57.405288.4540-55.0967

#ec27ec color RGB value is (236,39,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100111 11101100
Octal 354 47 354
Decimal 236 39 236
Hex EC 27 EC

RGB Percentages of Color #ec27ec

%46.18
%7.63
%46.18

CMYK Percentages of Color #ec27ec

%0
%83
%0
%7

Triadic Colors of #ec27ec

#ec27ec #ecec27 #27ecec

Analogous Colors of #ec27ec

#ec27ec #ec278a #8a27ec

Monochromatic Colors of #ec27ec

#ec27ec

Complementary Color

#ec27ec #27ec27

#ec27ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec27ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec27ec Color CSS Codes

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

#ec27ec Text Font Color

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

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


#ec27ec Background Color

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

This div background color is #ec27ec


#ec27ec Border Color

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

This div border color is #ec27ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec27ec


Comments

No comments written yet.

Please login to write comment.