Color Hex Logo

#fe62ce Color Hex

#FE62CE
(254,98,206)
0 Favorites   0 Comments

Color spaces of #fe62ce

RGB 25498206
HSL0.880.990.69
HSV318°61°100°
CMYK 0.000.610.19   0.00
XYZ56.381334.262462.0342
Yxy34.26240.36930.2244
Hunter Lab58.534169.5004-21.8614
CIE-Lab65.170370.2436-25.8521

#fe62ce color RGB value is (254,98,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 11001110
Octal 376 142 316
Decimal 254 98 206
Hex FE 62 CE

RGB Percentages of Color #fe62ce

%45.52
%17.56
%36.92

CMYK Percentages of Color #fe62ce

%0
%61
%19
%0

Triadic Colors of #fe62ce

#fe62ce #cefe62 #62cefe

Analogous Colors of #fe62ce

#fe62ce #fe6280 #e062fe

Monochromatic Colors of #fe62ce

#fe62ce

Complementary Color

#fe62ce #62fe92

#fe62ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe62ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe62ce Color CSS Codes

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

#fe62ce Text Font Color

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

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


#fe62ce Background Color

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

This div background color is #fe62ce


#fe62ce Border Color

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

This div border color is #fe62ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe62ce


Comments

No comments written yet.

Please login to write comment.