color codes Logo

#fe63cc color codes

#FE63CC
(254,99,204)
0 Favorites   0 Comments

Color spaces of #fe63cc

RGB 25499204
HSL0.890.990.69
HSV319°61°100°
CMYK 0.000.610.20   0.00
XYZ56.234034.354160.7939
Yxy34.35410.37150.2269
Hunter Lab58.612468.6852-20.4681
CIE-Lab65.242769.5656-24.6149

#fe63cc color RGB value is (254,99,204).

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

The process color (four color CMYK) of #fe63cc color code is 0.00, 0.61, 0.20, 0.00. Web safe color of #fe63cc is #ff66cc. Color #fe63cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100011 11001100
Octal 376 143 314
Decimal 254 99 204
Hex FE 63 CC

RGB Percentages of Color #fe63cc

%45.60
%17.77
%36.62

CMYK Percentages of Color #fe63cc

%0
%61
%20
%0

Triadic Colors of #fe63cc

#fe63cc #ccfe63 #63ccfe

Analogous Colors of #fe63cc

#fe63cc #fe637f #e363fe

Monochromatic Colors of #fe63cc

#fe63cc

Complementary Color

#fe63cc #63fe95

#fe63cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe63cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe63cc Color CSS Codes

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

#fe63cc Text Font Color

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

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


#fe63cc Background Color

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

This div background color is #fe63cc


#fe63cc Border Color

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

This div border color is #fe63cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe63cc

Related Colors


Comments

No comments written yet.

Please login to write comment.