Color Hex Logo

#ec73fd Color Hex

#EC73FD
(236,115,253)
0 Favorites   0 Comments

Color spaces of #ec73fd

RGB 236115253
HSL0.810.970.72
HSV293°55°99°
CMYK 0.070.550.00   0.01
XYZ58.452437.186297.0254
Yxy37.18620.30340.1930
Hunter Lab60.980564.3840-51.6493
CIE-Lab67.416565.6443-48.6376

#ec73fd color RGB value is (236,115,253).

#ec73fd hex color red value is 236, green value is 115 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ec73fd hue: 0.81 , saturation: 0.97 and the lightness value of ec73fd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110011 11111101
Octal 354 163 375
Decimal 236 115 253
Hex EC 73 FD

RGB Percentages of Color #ec73fd

%39.07
%19.04
%41.89

CMYK Percentages of Color #ec73fd

%7
%55
%0
%1

Triadic Colors of #ec73fd

#ec73fd #fdec73 #73fdec

Analogous Colors of #ec73fd

#ec73fd #fd73c9 #a773fd

Monochromatic Colors of #ec73fd

#ec73fd

Complementary Color

#ec73fd #84fd73

#ec73fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec73fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec73fd Color CSS Codes

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

#ec73fd Text Font Color

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

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


#ec73fd Background Color

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

This div background color is #ec73fd


#ec73fd Border Color

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

This div border color is #ec73fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec73fd

Related Colors


Comments

No comments written yet.

Please login to write comment.