Color Hex Logo

#ee3cfc Color Hex

#EE3CFC
(238,60,252)
0 Favorites   0 Comments

Color spaces of #ee3cfc

RGB 23860252
HSL0.820.970.61
HSV296°76°99°
CMYK 0.060.760.00   0.01
XYZ54.446428.437194.7147
Yxy28.43710.30660.1601
Hunter Lab53.326488.9275-67.9782
CIE-Lab60.281686.4538-59.3990

#ee3cfc color RGB value is (238,60,252).

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

The process color (four color CMYK) of #ee3cfc color hex is 0.06, 0.76, 0.00, 0.01. Web safe color of #ee3cfc is #ff33ff. Color #ee3cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111100 11111100
Octal 356 74 374
Decimal 238 60 252
Hex EE 3C FC

RGB Percentages of Color #ee3cfc

%43.27
%10.91
%45.82

CMYK Percentages of Color #ee3cfc

%6
%76
%0
%1

Triadic Colors of #ee3cfc

#ee3cfc #fcee3c #3cfcee

Analogous Colors of #ee3cfc

#ee3cfc #fc3caa #8e3cfc

Monochromatic Colors of #ee3cfc

#ee3cfc

Complementary Color

#ee3cfc #4afc3c

#ee3cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3cfc Color CSS Codes

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

#ee3cfc Text Font Color

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

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


#ee3cfc Background Color

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

This div background color is #ee3cfc


#ee3cfc Border Color

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

This div border color is #ee3cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3cfc


Comments

No comments written yet.

Please login to write comment.