Color Hex Logo

#fc39ef Color Hex

#FC39EF
(252,57,239)
0 Favorites   0 Comments

Color spaces of #fc39ef

RGB 25257239
HSL0.840.970.61
HSV304°77°99°
CMYK 0.000.770.05   0.01
XYZ57.188029.853784.4096
Yxy29.85370.33360.1741
Hunter Lab54.638591.2115-53.3485
CIE-Lab61.527887.9384-50.0588

#fc39ef color RGB value is (252,57,239).

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

The process color (four color CMYK) of #fc39ef color hex is 0.00, 0.77, 0.05, 0.01. Web safe color of #fc39ef is #ff33ff. Color #fc39ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 11101111
Octal 374 71 357
Decimal 252 57 239
Hex FC 39 EF

RGB Percentages of Color #fc39ef

%45.99
%10.40
%43.61

CMYK Percentages of Color #fc39ef

%0
%77
%5
%1

Triadic Colors of #fc39ef

#fc39ef #effc39 #39effc

Analogous Colors of #fc39ef

#fc39ef #fc398e #a839fc

Monochromatic Colors of #fc39ef

#fc39ef

Complementary Color

#fc39ef #39fc46

#fc39ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc39ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc39ef Color CSS Codes

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

#fc39ef Text Font Color

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

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


#fc39ef Background Color

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

This div background color is #fc39ef


#fc39ef Border Color

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

This div border color is #fc39ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc39ef


Comments

No comments written yet.

Please login to write comment.