Color Hex Logo

#e60fcb Color Hex

#E60FCB
(230,15,203)
0 Favorites   0 Comments

Color spaces of #e60fcb

RGB 23015203
HSL0.850.880.48
HSV308°93°90°
CMYK 0.000.930.12   0.10
XYZ43.583421.476458.3482
Yxy21.47640.35320.1740
Hunter Lab46.342686.7725-42.2099
CIE-Lab53.467086.1383-42.6791

#e60fcb color RGB value is (230,15,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001111 11001011
Octal 346 17 313
Decimal 230 15 203
Hex E6 F CB

RGB Percentages of Color #e60fcb

%51.34
%3.35
%45.31

CMYK Percentages of Color #e60fcb

%0
%93
%12
%10

Triadic Colors of #e60fcb

#e60fcb #cbe60f #0fcbe6

Analogous Colors of #e60fcb

#e60fcb #e60f60 #960fe6

Monochromatic Colors of #e60fcb

#e60fcb

Complementary Color

#e60fcb #0fe62a

#e60fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60fcb Color CSS Codes

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

#e60fcb Text Font Color

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

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


#e60fcb Background Color

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

This div background color is #e60fcb


#e60fcb Border Color

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

This div border color is #e60fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60fcb


Comments

No comments written yet.

Please login to write comment.