Color Hex Logo

#e93cfc Color Hex

#E93CFC
(233,60,252)
0 Favorites   0 Comments

Color spaces of #e93cfc

RGB 23360252
HSL0.820.970.61
HSV294°76°99°
CMYK 0.080.760.00   0.01
XYZ52.790827.583694.6372
Yxy27.58360.30160.1576
Hunter Lab52.520187.5099-70.0720
CIE-Lab59.510785.5244-60.6761

#e93cfc color RGB value is (233,60,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111100 11111100
Octal 351 74 374
Decimal 233 60 252
Hex E9 3C FC

RGB Percentages of Color #e93cfc

%42.75
%11.01
%46.24

CMYK Percentages of Color #e93cfc

%8
%76
%0
%1

Triadic Colors of #e93cfc

#e93cfc #fce93c #3cfce9

Analogous Colors of #e93cfc

#e93cfc #fc3caf #893cfc

Monochromatic Colors of #e93cfc

#e93cfc

Complementary Color

#e93cfc #4ffc3c

#e93cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93cfc Color CSS Codes

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

#e93cfc Text Font Color

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

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


#e93cfc Background Color

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

This div background color is #e93cfc


#e93cfc Border Color

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

This div border color is #e93cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.