Color Hex Logo

#ec77ef Color Hex

#EC77EF
(236,119,239)
0 Favorites   0 Comments

Color spaces of #ec77ef

RGB 236119239
HSL0.830.790.70
HSV299°50°94°
CMYK 0.010.500.00   0.06
XYZ56.768937.258585.8609
Yxy37.25850.31560.2071
Hunter Lab61.039759.1911-40.6718
CIE-Lab67.470561.2895-40.8597

#ec77ef color RGB value is (236,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110111 11101111
Octal 354 167 357
Decimal 236 119 239
Hex EC 77 EF

RGB Percentages of Color #ec77ef

%39.73
%20.03
%40.24

CMYK Percentages of Color #ec77ef

%1
%50
%0
%6

Triadic Colors of #ec77ef

#ec77ef #efec77 #77efec

Analogous Colors of #ec77ef

#ec77ef #ef77b6 #b077ef

Monochromatic Colors of #ec77ef

#ec77ef

Complementary Color

#ec77ef #7aef77

#ec77ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec77ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec77ef Color CSS Codes

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

#ec77ef Text Font Color

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

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


#ec77ef Background Color

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

This div background color is #ec77ef


#ec77ef Border Color

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

This div border color is #ec77ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec77ef


Comments

No comments written yet.

Please login to write comment.