Color Hex Logo

#fe61ce Color Hex

#FE61CE
(254,97,206)
0 Favorites   0 Comments

Color spaces of #fe61ce

RGB 25497206
HSL0.880.990.69
HSV318°62°100°
CMYK 0.000.620.19   0.00
XYZ56.288334.076562.0032
Yxy34.07650.36940.2236
Hunter Lab58.375169.9626-22.1124
CIE-Lab65.023270.6464-26.0781

#fe61ce color RGB value is (254,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100001 11001110
Octal 376 141 316
Decimal 254 97 206
Hex FE 61 CE

RGB Percentages of Color #fe61ce

%45.60
%17.41
%36.98

CMYK Percentages of Color #fe61ce

%0
%62
%19
%0

Triadic Colors of #fe61ce

#fe61ce #cefe61 #61cefe

Analogous Colors of #fe61ce

#fe61ce #fe6180 #e061fe

Monochromatic Colors of #fe61ce

#fe61ce

Complementary Color

#fe61ce #61fe91

#fe61ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe61ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe61ce Color CSS Codes

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

#fe61ce Text Font Color

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

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


#fe61ce Background Color

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

This div background color is #fe61ce


#fe61ce Border Color

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

This div border color is #fe61ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe61ce


Comments

No comments written yet.

Please login to write comment.