Color Hex Logo

#fe15ca Color Hex

#FE15CA
(254,21,202)
0 Favorites   0 Comments

Color spaces of #fe15ca

RGB 25421202
HSL0.870.990.54
HSV313°92°100°
CMYK 0.000.920.20   0.00
XYZ51.801925.871458.1405
Yxy25.87140.38140.1905
Hunter Lab50.863992.7798-32.1672
CIE-Lab57.914889.8206-34.8175

#fe15ca color RGB value is (254,21,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 11001010
Octal 376 25 312
Decimal 254 21 202
Hex FE 15 CA

RGB Percentages of Color #fe15ca

%53.25
%4.40
%42.35

CMYK Percentages of Color #fe15ca

%0
%92
%20
%0

Triadic Colors of #fe15ca

#fe15ca #cafe15 #15cafe

Analogous Colors of #fe15ca

#fe15ca #fe1555 #be15fe

Monochromatic Colors of #fe15ca

#fe15ca

Complementary Color

#fe15ca #15fe49

#fe15ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe15ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe15ca Color CSS Codes

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

#fe15ca Text Font Color

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

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


#fe15ca Background Color

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

This div background color is #fe15ca


#fe15ca Border Color

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

This div border color is #fe15ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe15ca

Related Colors


Comments

No comments written yet.

Please login to write comment.