Color Hex Logo

#ec46fa Color Hex

#EC46FA
(236,70,250)
0 Favorites   0 Comments

Color spaces of #ec46fa

RGB 23670250
HSL0.820.950.63
HSV295°72°98°
CMYK 0.060.720.00   0.02
XYZ54.037529.115393.2142
Yxy29.11530.30640.1651
Hunter Lab53.958684.3335-64.6533
CIE-Lab60.883382.8183-57.3481

#ec46fa color RGB value is (236,70,250).

#ec46fa hex color red value is 236, green value is 70 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ec46fa hue: 0.82 , saturation: 0.95 and the lightness value of ec46fa is 0.63.

The process color (four color CMYK) of #ec46fa color hex is 0.06, 0.72, 0.00, 0.02. Web safe color of #ec46fa is #ff33ff. Color #ec46fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000110 11111010
Octal 354 106 372
Decimal 236 70 250
Hex EC 46 FA

RGB Percentages of Color #ec46fa

%42.45
%12.59
%44.96

CMYK Percentages of Color #ec46fa

%6
%72
%0
%2

Triadic Colors of #ec46fa

#ec46fa #faec46 #46faec

Analogous Colors of #ec46fa

#ec46fa #fa46ae #9246fa

Monochromatic Colors of #ec46fa

#ec46fa

Complementary Color

#ec46fa #54fa46

#ec46fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec46fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec46fa Color CSS Codes

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

#ec46fa Text Font Color

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

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


#ec46fa Background Color

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

This div background color is #ec46fa


#ec46fa Border Color

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

This div border color is #ec46fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec46fa

Related Colors


Comments

No comments written yet.

Please login to write comment.