Color Hex Logo

#ee68cf Color Hex

#EE68CF
(238,104,207)
0 Favorites   0 Comments

Color spaces of #ee68cf

RGB 238104207
HSL0.870.800.67
HSV314°56°93°
CMYK 0.000.560.13   0.07
XYZ51.472732.582862.6077
Yxy32.58280.35100.2222
Hunter Lab57.081361.0688-25.0732
CIE-Lab63.821763.4929-28.6868

#ee68cf color RGB value is (238,104,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101000 11001111
Octal 356 150 317
Decimal 238 104 207
Hex EE 68 CF

RGB Percentages of Color #ee68cf

%43.35
%18.94
%37.70

CMYK Percentages of Color #ee68cf

%0
%56
%13
%7

Triadic Colors of #ee68cf

#ee68cf #cfee68 #68cfee

Analogous Colors of #ee68cf

#ee68cf #ee688c #ca68ee

Monochromatic Colors of #ee68cf

#ee68cf

Complementary Color

#ee68cf #68ee87

#ee68cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee68cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee68cf Color CSS Codes

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

#ee68cf Text Font Color

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

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


#ee68cf Background Color

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

This div background color is #ee68cf


#ee68cf Border Color

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

This div border color is #ee68cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,104,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 #ee68cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee68cf


Comments

No comments written yet.

Please login to write comment.