Color Hex Logo

#ee6bcf Color Hex

#EE6BCF
(238,107,207)
0 Favorites   0 Comments

Color spaces of #ee6bcf

RGB 238107207
HSL0.870.790.68
HSV314°55°93°
CMYK 0.000.550.13   0.07
XYZ51.780133.197562.7101
Yxy33.19750.35060.2248
Hunter Lab57.617359.5860-24.1986
CIE-Lab64.320562.1524-27.9173

#ee6bcf color RGB value is (238,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101011 11001111
Octal 356 153 317
Decimal 238 107 207
Hex EE 6B CF

RGB Percentages of Color #ee6bcf

%43.12
%19.38
%37.50

CMYK Percentages of Color #ee6bcf

%0
%55
%13
%7

Triadic Colors of #ee6bcf

#ee6bcf #cfee6b #6bcfee

Analogous Colors of #ee6bcf

#ee6bcf #ee6b8e #cc6bee

Monochromatic Colors of #ee6bcf

#ee6bcf

Complementary Color

#ee6bcf #6bee8a

#ee6bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6bcf Color CSS Codes

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

#ee6bcf Text Font Color

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

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


#ee6bcf Background Color

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

This div background color is #ee6bcf


#ee6bcf Border Color

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

This div border color is #ee6bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6bcf


Comments

No comments written yet.

Please login to write comment.