Color Hex Logo

#fc17ef Color Hex

#FC17EF
(252,23,239)
0 Favorites   0 Comments

Color spaces of #fc17ef

RGB 25223239
HSL0.840.970.54
HSV303°91°99°
CMYK 0.000.910.05   0.01
XYZ56.031327.540284.0240
Yxy27.54020.33430.1643
Hunter Lab52.478898.7457-58.1944
CIE-Lab59.471093.9383-53.3247

#fc17ef color RGB value is (252,23,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 11101111
Octal 374 27 357
Decimal 252 23 239
Hex FC 17 EF

RGB Percentages of Color #fc17ef

%49.03
%4.47
%46.50

CMYK Percentages of Color #fc17ef

%0
%91
%5
%1

Triadic Colors of #fc17ef

#fc17ef #effc17 #17effc

Analogous Colors of #fc17ef

#fc17ef #fc177d #9717fc

Monochromatic Colors of #fc17ef

#fc17ef

Complementary Color

#fc17ef #17fc24

#fc17ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc17ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc17ef Color CSS Codes

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

#fc17ef Text Font Color

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

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


#fc17ef Background Color

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

This div background color is #fc17ef


#fc17ef Border Color

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

This div border color is #fc17ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,23,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 #fc17ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc17ef


Comments

No comments written yet.

Please login to write comment.