Color Hex Logo

#fc15ef Color Hex

#FC15EF
(252,21,239)
0 Favorites   0 Comments

Color spaces of #fc15ef

RGB 25221239
HSL0.840.970.54
HSV303°92°99°
CMYK 0.000.920.05   0.01
XYZ55.993027.463884.0112
Yxy27.46380.33440.1640
Hunter Lab52.405999.0076-58.3628
CIE-Lab59.401294.1439-53.4358

#fc15ef color RGB value is (252,21,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 11101111
Octal 374 25 357
Decimal 252 21 239
Hex FC 15 EF

RGB Percentages of Color #fc15ef

%49.22
%4.10
%46.68

CMYK Percentages of Color #fc15ef

%0
%92
%5
%1

Triadic Colors of #fc15ef

#fc15ef #effc15 #15effc

Analogous Colors of #fc15ef

#fc15ef #fc157c #9615fc

Monochromatic Colors of #fc15ef

#fc15ef

Complementary Color

#fc15ef #15fc22

#fc15ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc15ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc15ef Color CSS Codes

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

#fc15ef Text Font Color

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

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


#fc15ef Background Color

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

This div background color is #fc15ef


#fc15ef Border Color

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

This div border color is #fc15ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc15ef

Related Colors


Comments

No comments written yet.

Please login to write comment.