Color Hex Logo

#ec44ed Color Hex

#EC44ED
(236,68,237)
0 Favorites   0 Comments

Color spaces of #ec44ed

RGB 23668237
HSL0.830.820.60
HSV300°71°93°
CMYK 0.000.710.00   0.07
XYZ51.945328.081582.8032
Yxy28.08150.31900.1725
Hunter Lab52.992082.2384-55.5499
CIE-Lab59.962381.3717-51.5849

#ec44ed color RGB value is (236,68,237).

#ec44ed hex color red value is 236, green value is 68 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ec44ed hue: 0.83 , saturation: 0.82 and the lightness value of ec44ed is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000100 11101101
Octal 354 104 355
Decimal 236 68 237
Hex EC 44 ED

RGB Percentages of Color #ec44ed

%43.62
%12.57
%43.81

CMYK Percentages of Color #ec44ed

%0
%71
%0
%7

Triadic Colors of #ec44ed

#ec44ed #edec44 #44edec

Analogous Colors of #ec44ed

#ec44ed #ed449a #9844ed

Monochromatic Colors of #ec44ed

#ec44ed

Complementary Color

#ec44ed #45ed44

#ec44ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec44ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec44ed Color CSS Codes

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

#ec44ed Text Font Color

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

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


#ec44ed Background Color

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

This div background color is #ec44ed


#ec44ed Border Color

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

This div border color is #ec44ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec44ed


Comments

No comments written yet.

Please login to write comment.