Color Hex Logo

#ee6bbf Color Hex

#EE6BBF
(238,107,191)
0 Favorites   0 Comments

Color spaces of #ee6bbf

RGB 238107191
HSL0.890.790.68
HSV322°55°93°
CMYK 0.000.550.20   0.07
XYZ49.921632.454152.9233
Yxy32.45410.36900.2399
Hunter Lab56.968556.7250-15.2020
CIE-Lab63.716459.8109-19.8085

#ee6bbf color RGB value is (238,107,191).

#ee6bbf hex color red value is 238, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ee6bbf hue: 0.89 , saturation: 0.79 and the lightness value of ee6bbf is 0.68.

The process color (four color CMYK) of #ee6bbf color hex is 0.00, 0.55, 0.20, 0.07. Web safe color of #ee6bbf is #ff66cc. Color #ee6bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101011 10111111
Octal 356 153 277
Decimal 238 107 191
Hex EE 6B BF

RGB Percentages of Color #ee6bbf

%44.40
%19.96
%35.63

CMYK Percentages of Color #ee6bbf

%0
%55
%20
%7

Triadic Colors of #ee6bbf

#ee6bbf #bfee6b #6bbfee

Analogous Colors of #ee6bbf

#ee6bbf #ee6b7e #dc6bee

Monochromatic Colors of #ee6bbf

#ee6bbf

Complementary Color

#ee6bbf #6bee9a

#ee6bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6bbf Color CSS Codes

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

#ee6bbf Text Font Color

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

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


#ee6bbf Background Color

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

This div background color is #ee6bbf


#ee6bbf Border Color

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

This div border color is #ee6bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6bbf


Comments

No comments written yet.

Please login to write comment.