Color Hex Logo

#fc15b7 Color Hex

#FC15B7
(252,21,183)
0 Favorites   0 Comments

Color spaces of #fc15b7

RGB 25221183
HSL0.880.970.54
HSV318°92°99°
CMYK 0.000.920.27   0.01
XYZ48.960324.650746.9773
Yxy24.65070.40600.2044
Hunter Lab49.649589.1357-21.3443
CIE-Lab56.733587.3036-25.7235

#fc15b7 color RGB value is (252,21,183).

#fc15b7 hex color red value is 252, green value is 21 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fc15b7 hue: 0.88 , saturation: 0.97 and the lightness value of fc15b7 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 10110111
Octal 374 25 267
Decimal 252 21 183
Hex FC 15 B7

RGB Percentages of Color #fc15b7

%55.26
%4.61
%40.13

CMYK Percentages of Color #fc15b7

%0
%92
%27
%1

Triadic Colors of #fc15b7

#fc15b7 #b7fc15 #15b7fc

Analogous Colors of #fc15b7

#fc15b7 #fc1543 #ce15fc

Monochromatic Colors of #fc15b7

#fc15b7

Complementary Color

#fc15b7 #15fc5a

#fc15b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc15b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc15b7 Color CSS Codes

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

#fc15b7 Text Font Color

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

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


#fc15b7 Background Color

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

This div background color is #fc15b7


#fc15b7 Border Color

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

This div border color is #fc15b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc15b7

Related Colors


Comments

No comments written yet.

Please login to write comment.