color codes Logo

#e64cfc color codes

#E64CFC
(230,76,252)
0 Favorites   0 Comments

Color spaces of #e64cfc

RGB 23076252
HSL0.810.970.64
HSV293°70°99°
CMYK 0.090.700.00   0.01
XYZ52.788329.020294.9147
Yxy29.02020.29870.1642
Hunter Lab53.870480.6413-66.7543
CIE-Lab60.799579.9628-58.6404

#e64cfc color RGB value is (230,76,252).

#e64cfc hex color red value is 230, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e64cfc hue: 0.81 , saturation: 0.97 and the lightness value of e64cfc is 0.64.

The process color (four color CMYK) of #e64cfc color code is 0.09, 0.70, 0.00, 0.01. Web safe color of #e64cfc is #ff33ff. Color #e64cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001100 11111100
Octal 346 114 374
Decimal 230 76 252
Hex E6 4C FC

RGB Percentages of Color #e64cfc

%41.22
%13.62
%45.16

CMYK Percentages of Color #e64cfc

%9
%70
%0
%1

Triadic Colors of #e64cfc

#e64cfc #fce64c #4cfce6

Analogous Colors of #e64cfc

#e64cfc #fc4cba #8e4cfc

Monochromatic Colors of #e64cfc

#e64cfc

Complementary Color

#e64cfc #62fc4c

#e64cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64cfc Color CSS Codes

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

#e64cfc Text Font Color

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

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


#e64cfc Background Color

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

This div background color is #e64cfc


#e64cfc Border Color

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

This div border color is #e64cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.