Color Hex Logo

#ec6aff Color Hex

#EC6AFF
(236,106,255)
0 Favorites   0 Comments

Color spaces of #ec6aff

RGB 236106255
HSL0.811.000.71
HSV292°58°100°
CMYK 0.070.580.00   0.00
XYZ57.796135.360998.3869
Yxy35.36090.30170.1846
Hunter Lab59.465069.4265-56.4718
CIE-Lab66.028770.0288-51.9264

#ec6aff color RGB value is (236,106,255).

#ec6aff hex color red value is 236, green value is 106 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ec6aff hue: 0.81 , saturation: 1.00 and the lightness value of ec6aff is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101010 11111111
Octal 354 152 377
Decimal 236 106 255
Hex EC 6A FF

RGB Percentages of Color #ec6aff

%39.53
%17.76
%42.71

CMYK Percentages of Color #ec6aff

%7
%58
%0
%0

Triadic Colors of #ec6aff

#ec6aff #ffec6a #6affec

Analogous Colors of #ec6aff

#ec6aff #ff6ac8 #a26aff

Monochromatic Colors of #ec6aff

#ec6aff

Complementary Color

#ec6aff #7dff6a

#ec6aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6aff Color CSS Codes

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

#ec6aff Text Font Color

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

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


#ec6aff Background Color

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

This div background color is #ec6aff


#ec6aff Border Color

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

This div border color is #ec6aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6aff

#ec6aff Color Palettes


Comments

No comments written yet.

Please login to write comment.