Color Hex Logo

#e60fca Color Hex

#E60FCA
(230,15,202)
0 Favorites   0 Comments

Color spaces of #e60fca

RGB 23015202
HSL0.860.880.48
HSV308°93°90°
CMYK 0.000.930.12   0.10
XYZ43.464621.428957.7225
Yxy21.42890.35450.1748
Hunter Lab46.291486.5901-41.5271
CIE-Lab53.415786.0086-42.1847

#e60fca color RGB value is (230,15,202).

#e60fca hex color red value is 230, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e60fca hue: 0.86 , saturation: 0.88 and the lightness value of e60fca is 0.48.

The process color (four color CMYK) of #e60fca color hex is 0.00, 0.93, 0.12, 0.10. Web safe color of #e60fca is #ff00cc. Color #e60fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001111 11001010
Octal 346 17 312
Decimal 230 15 202
Hex E6 F CA

RGB Percentages of Color #e60fca

%51.45
%3.36
%45.19

CMYK Percentages of Color #e60fca

%0
%93
%12
%10

Triadic Colors of #e60fca

#e60fca #cae60f #0fcae6

Analogous Colors of #e60fca

#e60fca #e60f5e #970fe6

Monochromatic Colors of #e60fca

#e60fca

Complementary Color

#e60fca #0fe62b

#e60fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60fca Color CSS Codes

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

#e60fca Text Font Color

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

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


#e60fca Background Color

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

This div background color is #e60fca


#e60fca Border Color

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

This div border color is #e60fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,15,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60fca


Comments

No comments written yet.

Please login to write comment.