Color Hex Logo

#ef61ec Color Hex

#EF61EC
(239,97,236)
0 Favorites   0 Comments

Color spaces of #ef61ec

RGB 23997236
HSL0.840.820.66
HSV301°59°94°
CMYK 0.000.590.01   0.06
XYZ55.011632.956282.8186
Yxy32.95620.32210.1930
Hunter Lab57.407570.5872-45.3491
CIE-Lab64.125471.3175-44.4184

#ef61ec color RGB value is (239,97,236).

#ef61ec hex color red value is 239, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ef61ec hue: 0.84 , saturation: 0.82 and the lightness value of ef61ec is 0.66.

The process color (four color CMYK) of #ef61ec color hex is 0.00, 0.59, 0.01, 0.06. Web safe color of #ef61ec is #ff66ff. Color #ef61ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100001 11101100
Octal 357 141 354
Decimal 239 97 236
Hex EF 61 EC

RGB Percentages of Color #ef61ec

%41.78
%16.96
%41.26

CMYK Percentages of Color #ef61ec

%0
%59
%1
%6

Triadic Colors of #ef61ec

#ef61ec #ecef61 #61ecef

Analogous Colors of #ef61ec

#ef61ec #ef61a5 #ab61ef

Monochromatic Colors of #ef61ec

#ef61ec

Complementary Color

#ef61ec #61ef64

#ef61ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef61ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef61ec Color CSS Codes

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

#ef61ec Text Font Color

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

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


#ef61ec Background Color

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

This div background color is #ef61ec


#ef61ec Border Color

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

This div border color is #ef61ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef61ec


Comments

No comments written yet.

Please login to write comment.