Color Hex Logo

#fc39eb Color Hex

#FC39EB
(252,57,235)
0 Favorites   0 Comments

Color spaces of #fc39eb

RGB 25257235
HSL0.850.970.61
HSV305°77°99°
CMYK 0.000.770.07   0.01
XYZ56.603429.619981.3311
Yxy29.61990.33780.1768
Hunter Lab54.424290.4051-50.5056
CIE-Lab61.324987.3698-48.1474

#fc39eb color RGB value is (252,57,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 11101011
Octal 374 71 353
Decimal 252 57 235
Hex FC 39 EB

RGB Percentages of Color #fc39eb

%46.32
%10.48
%43.20

CMYK Percentages of Color #fc39eb

%0
%77
%7
%1

Triadic Colors of #fc39eb

#fc39eb #ebfc39 #39ebfc

Analogous Colors of #fc39eb

#fc39eb #fc398a #ac39fc

Monochromatic Colors of #fc39eb

#fc39eb

Complementary Color

#fc39eb #39fc4a

#fc39eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc39eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc39eb Color CSS Codes

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

#fc39eb Text Font Color

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

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


#fc39eb Background Color

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

This div background color is #fc39eb


#fc39eb Border Color

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

This div border color is #fc39eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc39eb


Comments

No comments written yet.

Please login to write comment.