color codes Logo

#fe15cc color codes

#FE15CC
(254,21,204)
0 Favorites   0 Comments

Color spaces of #fe15cc

RGB 25421204
HSL0.870.990.54
HSV313°92°100°
CMYK 0.000.920.20   0.00
XYZ52.040325.966859.3960
Yxy25.96680.37870.1890
Hunter Lab50.957693.1166-33.4378
CIE-Lab58.005590.0551-35.8207

#fe15cc color RGB value is (254,21,204).

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

The process color (four color CMYK) of #fe15cc color code is 0.00, 0.92, 0.20, 0.00. Web safe color of #fe15cc is #ff00cc. Color #fe15cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 11001100
Octal 376 25 314
Decimal 254 21 204
Hex FE 15 CC

RGB Percentages of Color #fe15cc

%53.03
%4.38
%42.59

CMYK Percentages of Color #fe15cc

%0
%92
%20
%0

Triadic Colors of #fe15cc

#fe15cc #ccfe15 #15ccfe

Analogous Colors of #fe15cc

#fe15cc #fe1557 #bc15fe

Monochromatic Colors of #fe15cc

#fe15cc

Complementary Color

#fe15cc #15fe47

#fe15cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe15cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe15cc Color CSS Codes

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

#fe15cc Text Font Color

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

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


#fe15cc Background Color

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

This div background color is #fe15cc


#fe15cc Border Color

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

This div border color is #fe15cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe15cc


Comments

No comments written yet.

Please login to write comment.