Color Hex Logo

#e60faf Color Hex

#E60FAF
(230,15,175)
0 Favorites   0 Comments

Color spaces of #e60faf

RGB 23015175
HSL0.880.880.48
HSV315°93°90°
CMYK 0.000.930.24   0.10
XYZ40.541820.259842.3312
Yxy20.25980.39310.1964
Hunter Lab45.010982.0079-24.2526
CIE-Lab52.129782.7161-28.5050

#e60faf color RGB value is (230,15,175).

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

The process color (four color CMYK) of #e60faf color hex is 0.00, 0.93, 0.24, 0.10. Web safe color of #e60faf is #ff0099. Color #e60faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001111 10101111
Octal 346 17 257
Decimal 230 15 175
Hex E6 F AF

RGB Percentages of Color #e60faf

%54.76
%3.57
%41.67

CMYK Percentages of Color #e60faf

%0
%93
%24
%10

Triadic Colors of #e60faf

#e60faf #afe60f #0fafe6

Analogous Colors of #e60faf

#e60faf #e60f44 #b20fe6

Monochromatic Colors of #e60faf

#e60faf

Complementary Color

#e60faf #0fe646

#e60faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60faf Color CSS Codes

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

#e60faf Text Font Color

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

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


#e60faf Background Color

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

This div background color is #e60faf


#e60faf Border Color

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

This div border color is #e60faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60faf


Comments

No comments written yet.

Please login to write comment.