Color Hex Logo

#ec70fa Color Hex

#EC70FA
(236,112,250)
0 Favorites   0 Comments

Color spaces of #ec70fa

RGB 236112250
HSL0.820.930.71
HSV294°55°98°
CMYK 0.060.550.00   0.02
XYZ57.641636.323394.4155
Yxy36.32330.30600.1928
Hunter Lab60.268865.2485-50.6939
CIE-Lab66.766266.4720-48.0174

#ec70fa color RGB value is (236,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 11111010
Octal 354 160 372
Decimal 236 112 250
Hex EC 70 FA

RGB Percentages of Color #ec70fa

%39.46
%18.73
%41.81

CMYK Percentages of Color #ec70fa

%6
%55
%0
%2

Triadic Colors of #ec70fa

#ec70fa #faec70 #70faec

Analogous Colors of #ec70fa

#ec70fa #fa70c3 #a770fa

Monochromatic Colors of #ec70fa

#ec70fa

Complementary Color

#ec70fa #7efa70

#ec70fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec70fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec70fa Color CSS Codes

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

#ec70fa Text Font Color

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

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


#ec70fa Background Color

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

This div background color is #ec70fa


#ec70fa Border Color

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

This div border color is #ec70fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec70fa


Comments

No comments written yet.

Please login to write comment.