Color Hex Logo

#ec6aed Color Hex

#EC6AED
(236,106,237)
0 Favorites   0 Comments

Color spaces of #ec6aed

RGB 236106237
HSL0.830.780.67
HSV300°55°93°
CMYK 0.000.550.00   0.07
XYZ55.032234.255483.8322
Yxy34.25540.31790.1979
Hunter Lab58.528165.4139-43.9538
CIE-Lab65.164866.8895-43.3682

#ec6aed color RGB value is (236,106,237).

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

The process color (four color CMYK) of #ec6aed color hex is 0.00, 0.55, 0.00, 0.07. Web safe color of #ec6aed is #ff66ff. Color #ec6aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101010 11101101
Octal 354 152 355
Decimal 236 106 237
Hex EC 6A ED

RGB Percentages of Color #ec6aed

%40.76
%18.31
%40.93

CMYK Percentages of Color #ec6aed

%0
%55
%0
%7

Triadic Colors of #ec6aed

#ec6aed #edec6a #6aedec

Analogous Colors of #ec6aed

#ec6aed #ed6aad #ab6aed

Monochromatic Colors of #ec6aed

#ec6aed

Complementary Color

#ec6aed #6bed6a

#ec6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6aed Color CSS Codes

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

#ec6aed Text Font Color

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

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


#ec6aed Background Color

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

This div background color is #ec6aed


#ec6aed Border Color

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

This div border color is #ec6aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6aed


Comments

No comments written yet.

Please login to write comment.