Color Hex Logo

#ec36ee Color Hex

#EC36EE
(236,54,238)
0 Favorites   0 Comments

Color spaces of #ec36ee

RGB 23654238
HSL0.830.840.57
HSV299°77°93°
CMYK 0.010.770.00   0.07
XYZ51.343926.644283.3257
Yxy26.64420.31830.1652
Hunter Lab51.618087.2205-59.5778
CIE-Lab58.643585.4722-54.2418

#ec36ee color RGB value is (236,54,238).

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

The process color (four color CMYK) of #ec36ee color hex is 0.01, 0.77, 0.00, 0.07. Web safe color of #ec36ee is #ff33ff. Color #ec36ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110110 11101110
Octal 354 66 356
Decimal 236 54 238
Hex EC 36 EE

RGB Percentages of Color #ec36ee

%44.70
%10.23
%45.08

CMYK Percentages of Color #ec36ee

%1
%77
%0
%7

Triadic Colors of #ec36ee

#ec36ee #eeec36 #36eeec

Analogous Colors of #ec36ee

#ec36ee #ee3694 #9036ee

Monochromatic Colors of #ec36ee

#ec36ee

Complementary Color

#ec36ee #38ee36

#ec36ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec36ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec36ee Color CSS Codes

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

#ec36ee Text Font Color

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

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


#ec36ee Background Color

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

This div background color is #ec36ee


#ec36ee Border Color

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

This div border color is #ec36ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec36ee


Comments

No comments written yet.

Please login to write comment.