Color Hex Logo

#ee6bdc Color Hex

#EE6BDC
(238,107,220)
0 Favorites   0 Comments

Color spaces of #ee6bdc

RGB 238107220
HSL0.860.790.68
HSV308°55°93°
CMYK 0.000.550.08   0.07
XYZ53.435933.859871.4294
Yxy33.85980.33670.2133
Hunter Lab58.189262.0879-32.0483
CIE-Lab64.851164.1725-34.3825

#ee6bdc color RGB value is (238,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101011 11011100
Octal 356 153 334
Decimal 238 107 220
Hex EE 6B DC

RGB Percentages of Color #ee6bdc

%42.12
%18.94
%38.94

CMYK Percentages of Color #ee6bdc

%0
%55
%8
%7

Triadic Colors of #ee6bdc

#ee6bdc #dcee6b #6bdcee

Analogous Colors of #ee6bdc

#ee6bdc #ee6b9b #bf6bee

Monochromatic Colors of #ee6bdc

#ee6bdc

Complementary Color

#ee6bdc #6bee7d

#ee6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6bdc Color CSS Codes

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

#ee6bdc Text Font Color

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

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


#ee6bdc Background Color

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

This div background color is #ee6bdc


#ee6bdc Border Color

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

This div border color is #ee6bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6bdc


Comments

No comments written yet.

Please login to write comment.