Color Hex Logo

#fc93eb Color Hex

#FC93EB
(252,147,235)
0 Favorites   0 Comments

Color spaces of #fc93eb

RGB 252147235
HSL0.860.950.78
HSV310°42°99°
CMYK 0.000.420.07   0.01
XYZ65.574047.561084.3213
Yxy47.56100.33210.2409
Hunter Lab68.964549.0366-24.2174
CIE-Lab74.547251.5192-27.5475

#fc93eb color RGB value is (252,147,235).

#fc93eb hex color red value is 252, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fc93eb hue: 0.86 , saturation: 0.95 and the lightness value of fc93eb is 0.78.

The process color (four color CMYK) of #fc93eb color hex is 0.00, 0.42, 0.07, 0.01. Web safe color of #fc93eb is #ff99ff. Color #fc93eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 11101011
Octal 374 223 353
Decimal 252 147 235
Hex FC 93 EB

RGB Percentages of Color #fc93eb

%39.75
%23.19
%37.07

CMYK Percentages of Color #fc93eb

%0
%42
%7
%1

Triadic Colors of #fc93eb

#fc93eb #ebfc93 #93ebfc

Analogous Colors of #fc93eb

#fc93eb #fc93b7 #d993fc

Monochromatic Colors of #fc93eb

#fc93eb

Complementary Color

#fc93eb #93fca4

#fc93eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc93eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc93eb Color CSS Codes

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

#fc93eb Text Font Color

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

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


#fc93eb Background Color

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

This div background color is #fc93eb


#fc93eb Border Color

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

This div border color is #fc93eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc93eb


Comments

No comments written yet.

Please login to write comment.