Color Hex Logo

#ec5aff Color Hex

#EC5AFF
(236,90,255)
0 Favorites   0 Comments

Color spaces of #ec5aff

RGB 23690255
HSL0.811.000.68
HSV293°65°100°
CMYK 0.070.650.00   0.00
XYZ56.298232.365297.8876
Yxy32.36520.30180.1735
Hunter Lab56.890477.0836-62.1931
CIE-Lab63.643676.6179-55.7110

#ec5aff color RGB value is (236,90,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011010 11111111
Octal 354 132 377
Decimal 236 90 255
Hex EC 5A FF

RGB Percentages of Color #ec5aff

%40.62
%15.49
%43.89

CMYK Percentages of Color #ec5aff

%7
%65
%0
%0

Triadic Colors of #ec5aff

#ec5aff #ffec5a #5affec

Analogous Colors of #ec5aff

#ec5aff #ff5ac0 #9a5aff

Monochromatic Colors of #ec5aff

#ec5aff

Complementary Color

#ec5aff #6dff5a

#ec5aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5aff Color CSS Codes

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

#ec5aff Text Font Color

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

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


#ec5aff Background Color

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

This div background color is #ec5aff


#ec5aff Border Color

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

This div border color is #ec5aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5aff

Related Colors


Comments

No comments written yet.

Please login to write comment.