Color Hex Logo

#ee6ffc Color Hex

#EE6FFC
(238,111,252)
0 Favorites   0 Comments

Color spaces of #ee6ffc

RGB 238111252
HSL0.820.960.71
HSV294°56°99°
CMYK 0.060.560.00   0.01
XYZ58.515036.574396.0709
Yxy36.57430.30610.1913
Hunter Lab60.476766.8758-51.8521
CIE-Lab66.956467.7791-48.7976

#ee6ffc color RGB value is (238,111,252).

#ee6ffc hex color red value is 238, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ee6ffc hue: 0.82 , saturation: 0.96 and the lightness value of ee6ffc is 0.71.

The process color (four color CMYK) of #ee6ffc color hex is 0.06, 0.56, 0.00, 0.01. Web safe color of #ee6ffc is #ff66ff. Color #ee6ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101111 11111100
Octal 356 157 374
Decimal 238 111 252
Hex EE 6F FC

RGB Percentages of Color #ee6ffc

%39.60
%18.47
%41.93

CMYK Percentages of Color #ee6ffc

%6
%56
%0
%1

Triadic Colors of #ee6ffc

#ee6ffc #fcee6f #6ffcee

Analogous Colors of #ee6ffc

#ee6ffc #fc6fc4 #a86ffc

Monochromatic Colors of #ee6ffc

#ee6ffc

Complementary Color

#ee6ffc #7dfc6f

#ee6ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6ffc Color CSS Codes

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

#ee6ffc Text Font Color

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

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


#ee6ffc Background Color

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

This div background color is #ee6ffc


#ee6ffc Border Color

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

This div border color is #ee6ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6ffc


Comments

No comments written yet.

Please login to write comment.