Color Hex Logo

#ec73ef Color Hex

#EC73EF
(236,115,239)
0 Favorites   0 Comments

Color spaces of #ec73ef

RGB 236115239
HSL0.830.790.69
HSV299°52°94°
CMYK 0.010.520.00   0.06
XYZ56.302836.326385.7056
Yxy36.32630.31570.2037
Hunter Lab60.271361.2721-42.1203
CIE-Lab66.768563.1599-41.9586

#ec73ef color RGB value is (236,115,239).

#ec73ef hex color red value is 236, green value is 115 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ec73ef hue: 0.83 , saturation: 0.79 and the lightness value of ec73ef is 0.69.

The process color (four color CMYK) of #ec73ef color hex is 0.01, 0.52, 0.00, 0.06. Web safe color of #ec73ef is #ff66ff. Color #ec73ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110011 11101111
Octal 354 163 357
Decimal 236 115 239
Hex EC 73 EF

RGB Percentages of Color #ec73ef

%40.00
%19.49
%40.51

CMYK Percentages of Color #ec73ef

%1
%52
%0
%6

Triadic Colors of #ec73ef

#ec73ef #efec73 #73efec

Analogous Colors of #ec73ef

#ec73ef #ef73b4 #ae73ef

Monochromatic Colors of #ec73ef

#ec73ef

Complementary Color

#ec73ef #76ef73

#ec73ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec73ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec73ef Color CSS Codes

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

#ec73ef Text Font Color

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

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


#ec73ef Background Color

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

This div background color is #ec73ef


#ec73ef Border Color

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

This div border color is #ec73ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec73ef


Comments

No comments written yet.

Please login to write comment.