Color Hex Logo

#fc15ec Color Hex

#FC15EC
(252,21,236)
0 Favorites   0 Comments

Color spaces of #fc15ec

RGB 25221236
HSL0.840.970.54
HSV304°92°99°
CMYK 0.000.920.06   0.01
XYZ55.553427.287981.6960
Yxy27.28790.33760.1658
Hunter Lab52.237898.4134-56.1586
CIE-Lab59.239993.7394-52.0132

#fc15ec color RGB value is (252,21,236).

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

The process color (four color CMYK) of #fc15ec color hex is 0.00, 0.92, 0.06, 0.01. Web safe color of #fc15ec is #ff00ff. Color #fc15ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 11101100
Octal 374 25 354
Decimal 252 21 236
Hex FC 15 EC

RGB Percentages of Color #fc15ec

%49.51
%4.13
%46.37

CMYK Percentages of Color #fc15ec

%0
%92
%6
%1

Triadic Colors of #fc15ec

#fc15ec #ecfc15 #15ecfc

Analogous Colors of #fc15ec

#fc15ec #fc1579 #9915fc

Monochromatic Colors of #fc15ec

#fc15ec

Complementary Color

#fc15ec #15fc25

#fc15ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc15ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc15ec Color CSS Codes

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

#fc15ec Text Font Color

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

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


#fc15ec Background Color

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

This div background color is #fc15ec


#fc15ec Border Color

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

This div border color is #fc15ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc15ec


Comments

No comments written yet.

Please login to write comment.