Color Hex Logo

#ec3aff Color Hex

#EC3AFF
(236,58,255)
0 Favorites   0 Comments

Color spaces of #ec3aff

RGB 23658255
HSL0.821.000.61
HSV294°77°100°
CMYK 0.070.770.00   0.00
XYZ54.155128.079097.1732
Yxy28.07900.30190.1565
Hunter Lab52.989689.6942-71.6342
CIE-Lab59.960087.0979-61.5912

#ec3aff color RGB value is (236,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111010 11111111
Octal 354 72 377
Decimal 236 58 255
Hex EC 3A FF

RGB Percentages of Color #ec3aff

%42.99
%10.56
%46.45

CMYK Percentages of Color #ec3aff

%7
%77
%0
%0

Triadic Colors of #ec3aff

#ec3aff #ffec3a #3affec

Analogous Colors of #ec3aff

#ec3aff #ff3ab0 #8a3aff

Monochromatic Colors of #ec3aff

#ec3aff

Complementary Color

#ec3aff #4dff3a

#ec3aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3aff Color CSS Codes

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

#ec3aff Text Font Color

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

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


#ec3aff Background Color

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

This div background color is #ec3aff


#ec3aff Border Color

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

This div border color is #ec3aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3aff

Related Colors


Comments

No comments written yet.

Please login to write comment.