Color Hex Logo

#ee61bb Color Hex

#EE61BB
(238,97,187)
0 Favorites   0 Comments

Color spaces of #ee61bb

RGB 23897187
HSL0.890.810.66
HSV322°59°93°
CMYK 0.000.590.21   0.07
XYZ48.504230.314450.3085
Yxy30.31440.37560.2348
Hunter Lab55.058560.8985-15.6340
CIE-Lab61.924663.6798-20.2643

#ee61bb color RGB value is (238,97,187).

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

The process color (four color CMYK) of #ee61bb color hex is 0.00, 0.59, 0.21, 0.07. Web safe color of #ee61bb is #ff66cc. Color #ee61bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100001 10111011
Octal 356 141 273
Decimal 238 97 187
Hex EE 61 BB

RGB Percentages of Color #ee61bb

%45.59
%18.58
%35.82

CMYK Percentages of Color #ee61bb

%0
%59
%21
%7

Triadic Colors of #ee61bb

#ee61bb #bbee61 #61bbee

Analogous Colors of #ee61bb

#ee61bb #ee6175 #db61ee

Monochromatic Colors of #ee61bb

#ee61bb

Complementary Color

#ee61bb #61ee94

#ee61bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee61bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee61bb Color CSS Codes

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

#ee61bb Text Font Color

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

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


#ee61bb Background Color

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

This div background color is #ee61bb


#ee61bb Border Color

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

This div border color is #ee61bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee61bb


Comments

No comments written yet.

Please login to write comment.