Color Hex Logo

#fc55eb Color Hex

#FC55EB
(252,85,235)
0 Favorites   0 Comments

Color spaces of #fc55eb

RGB 25285235
HSL0.850.970.66
HSV306°66°99°
CMYK 0.000.660.07   0.01
XYZ58.388833.190681.9263
Yxy33.19060.33650.1913
Hunter Lab57.611380.0893-43.9856
CIE-Lab64.314978.8587-43.4337

#fc55eb color RGB value is (252,85,235).

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

The process color (four color CMYK) of #fc55eb color hex is 0.00, 0.66, 0.07, 0.01. Web safe color of #fc55eb is #ff66ff. Color #fc55eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 11101011
Octal 374 125 353
Decimal 252 85 235
Hex FC 55 EB

RGB Percentages of Color #fc55eb

%44.06
%14.86
%41.08

CMYK Percentages of Color #fc55eb

%0
%66
%7
%1

Triadic Colors of #fc55eb

#fc55eb #ebfc55 #55ebfc

Analogous Colors of #fc55eb

#fc55eb #fc5598 #ba55fc

Monochromatic Colors of #fc55eb

#fc55eb

Complementary Color

#fc55eb #55fc66

#fc55eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc55eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc55eb Color CSS Codes

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

#fc55eb Text Font Color

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

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


#fc55eb Background Color

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

This div background color is #fc55eb


#fc55eb Border Color

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

This div border color is #fc55eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc55eb


Comments

No comments written yet.

Please login to write comment.