Color Hex Logo

#ee6bcb Color Hex

#EE6BCB
(238,107,203)
0 Favorites   0 Comments

Color spaces of #ee6bcb

RGB 238107203
HSL0.880.790.68
HSV316°55°93°
CMYK 0.000.550.15   0.07
XYZ51.297133.004360.1667
Yxy33.00430.35510.2285
Hunter Lab57.449458.8480-21.8798
CIE-Lab64.164461.5517-25.9057

#ee6bcb color RGB value is (238,107,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101011 11001011
Octal 356 153 313
Decimal 238 107 203
Hex EE 6B CB

RGB Percentages of Color #ee6bcb

%43.43
%19.53
%37.04

CMYK Percentages of Color #ee6bcb

%0
%55
%15
%7

Triadic Colors of #ee6bcb

#ee6bcb #cbee6b #6bcbee

Analogous Colors of #ee6bcb

#ee6bcb #ee6b8a #d06bee

Monochromatic Colors of #ee6bcb

#ee6bcb

Complementary Color

#ee6bcb #6bee8e

#ee6bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6bcb Color CSS Codes

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

#ee6bcb Text Font Color

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

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


#ee6bcb Background Color

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

This div background color is #ee6bcb


#ee6bcb Border Color

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

This div border color is #ee6bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6bcb


Comments

No comments written yet.

Please login to write comment.