Color Hex Logo

#fc13be Color Hex

#FC13BE
(252,19,190)
0 Favorites   0 Comments

Color spaces of #fc13be

RGB 25219190
HSL0.880.970.53
HSV316°92°99°
CMYK 0.000.920.25   0.01
XYZ49.672024.878950.8993
Yxy24.87890.39590.1983
Hunter Lab49.878890.4723-25.5880
CIE-Lab56.957288.2719-29.4315

#fc13be color RGB value is (252,19,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 10111110
Octal 374 23 276
Decimal 252 19 190
Hex FC 13 BE

RGB Percentages of Color #fc13be

%54.66
%4.12
%41.21

CMYK Percentages of Color #fc13be

%0
%92
%25
%1

Triadic Colors of #fc13be

#fc13be #befc13 #13befc

Analogous Colors of #fc13be

#fc13be #fc1349 #c613fc

Monochromatic Colors of #fc13be

#fc13be

Complementary Color

#fc13be #13fc51

#fc13be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc13be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc13be Color CSS Codes

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

#fc13be Text Font Color

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

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


#fc13be Background Color

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

This div background color is #fc13be


#fc13be Border Color

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

This div border color is #fc13be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc13be

Related Colors


Comments

No comments written yet.

Please login to write comment.