Color Hex Logo

#ee61ec Color Hex

#EE61EC
(238,97,236)
0 Favorites   0 Comments

Color spaces of #ee61ec

RGB 23897236
HSL0.840.810.66
HSV301°59°93°
CMYK 0.000.590.01   0.07
XYZ54.674932.782782.8029
Yxy32.78270.32110.1925
Hunter Lab57.256270.2544-45.6649
CIE-Lab63.984671.0728-44.6498

#ee61ec color RGB value is (238,97,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100001 11101100
Octal 356 141 354
Decimal 238 97 236
Hex EE 61 EC

RGB Percentages of Color #ee61ec

%41.68
%16.99
%41.33

CMYK Percentages of Color #ee61ec

%0
%59
%1
%7

Triadic Colors of #ee61ec

#ee61ec #ecee61 #61ecee

Analogous Colors of #ee61ec

#ee61ec #ee61a6 #aa61ee

Monochromatic Colors of #ee61ec

#ee61ec

Complementary Color

#ee61ec #61ee63

#ee61ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee61ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee61ec Color CSS Codes

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

#ee61ec Text Font Color

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

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


#ee61ec Background Color

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

This div background color is #ee61ec


#ee61ec Border Color

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

This div border color is #ee61ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee61ec

#ee61ec Color Palettes


Comments

No comments written yet.

Please login to write comment.