Color Hex Logo

#ee0cfc Color Hex

#EE0CFC
(238,12,252)
0 Favorites   0 Comments

Color spaces of #ee0cfc

RGB 23812252
HSL0.820.980.52
HSV297°95°99°
CMYK 0.060.950.00   0.01
XYZ52.962125.468494.2199
Yxy25.46840.30680.1475
Hunter Lab50.466299.0121-75.3674
CIE-Lab57.529094.5102-63.8118

#ee0cfc color RGB value is (238,12,252).

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

The process color (four color CMYK) of #ee0cfc color hex is 0.06, 0.95, 0.00, 0.01. Web safe color of #ee0cfc is #ff00ff. Color #ee0cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001100 11111100
Octal 356 14 374
Decimal 238 12 252
Hex EE C FC

RGB Percentages of Color #ee0cfc

%47.41
%2.39
%50.20

CMYK Percentages of Color #ee0cfc

%6
%95
%0
%1

Triadic Colors of #ee0cfc

#ee0cfc #fcee0c #0cfcee

Analogous Colors of #ee0cfc

#ee0cfc #fc0c92 #760cfc

Monochromatic Colors of #ee0cfc

#ee0cfc

Complementary Color

#ee0cfc #1afc0c

#ee0cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0cfc Color CSS Codes

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

#ee0cfc Text Font Color

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

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


#ee0cfc Background Color

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

This div background color is #ee0cfc


#ee0cfc Border Color

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

This div border color is #ee0cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0cfc


Comments

No comments written yet.

Please login to write comment.