Color Hex Logo

#fe60ce Color Hex

#FE60CE
(254,96,206)
0 Favorites   0 Comments

Color spaces of #fe60ce

RGB 25496206
HSL0.880.990.69
HSV318°62°100°
CMYK 0.000.620.19   0.00
XYZ56.196533.892861.9726
Yxy33.89280.36960.2229
Hunter Lab58.217570.4227-22.3620
CIE-Lab64.877471.0467-26.3023

#fe60ce color RGB value is (254,96,206).

#fe60ce hex color red value is 254, green value is 96 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fe60ce hue: 0.88 , saturation: 0.99 and the lightness value of fe60ce is 0.69.

The process color (four color CMYK) of #fe60ce color hex is 0.00, 0.62, 0.19, 0.00. Web safe color of #fe60ce is #ff66cc. Color #fe60ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100000 11001110
Octal 376 140 316
Decimal 254 96 206
Hex FE 60 CE

RGB Percentages of Color #fe60ce

%45.68
%17.27
%37.05

CMYK Percentages of Color #fe60ce

%0
%62
%19
%0

Triadic Colors of #fe60ce

#fe60ce #cefe60 #60cefe

Analogous Colors of #fe60ce

#fe60ce #fe607f #df60fe

Monochromatic Colors of #fe60ce

#fe60ce

Complementary Color

#fe60ce #60fe90

#fe60ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe60ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe60ce Color CSS Codes

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

#fe60ce Text Font Color

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

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


#fe60ce Background Color

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

This div background color is #fe60ce


#fe60ce Border Color

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

This div border color is #fe60ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,96,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe60ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe60ce;
  -webkit-box-shadow: 1px 1px 3px 2px #fe60ce;
  box-shadow:         1px 1px 3px 2px #fe60ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,96,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe60ce


Comments

No comments written yet.

Please login to write comment.