Color Hex Logo

#fc13ef Color Hex

#FC13EF
(252,19,239)
0 Favorites   0 Comments

Color spaces of #fc13ef

RGB 25219239
HSL0.840.970.53
HSV303°92°99°
CMYK 0.000.920.05   0.01
XYZ55.957727.393283.9995
Yxy27.39320.33440.1637
Hunter Lab52.338599.2508-58.5192
CIE-Lab59.336594.3345-53.5388

#fc13ef color RGB value is (252,19,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 11101111
Octal 374 23 357
Decimal 252 19 239
Hex FC 13 EF

RGB Percentages of Color #fc13ef

%49.41
%3.73
%46.86

CMYK Percentages of Color #fc13ef

%0
%92
%5
%1

Triadic Colors of #fc13ef

#fc13ef #effc13 #13effc

Analogous Colors of #fc13ef

#fc13ef #fc137b #9513fc

Monochromatic Colors of #fc13ef

#fc13ef

Complementary Color

#fc13ef #13fc20

#fc13ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc13ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc13ef Color CSS Codes

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

#fc13ef Text Font Color

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

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


#fc13ef Background Color

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

This div background color is #fc13ef


#fc13ef Border Color

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

This div border color is #fc13ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc13ef

Related Colors


Comments

No comments written yet.

Please login to write comment.