Color Hex Logo

#fc8afb Color Hex

#FC8AFB
(252,138,251)
0 Favorites   0 Comments

Color spaces of #fc8afb

RGB 252138251
HSL0.830.950.76
HSV301°45°99°
CMYK 0.000.450.00   0.01
XYZ66.645945.837496.6017
Yxy45.83740.31880.2192
Hunter Lab67.703357.2313-37.2049
CIE-Lab73.439958.6864-37.9718

#fc8afb color RGB value is (252,138,251).

#fc8afb hex color red value is 252, green value is 138 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fc8afb hue: 0.83 , saturation: 0.95 and the lightness value of fc8afb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 11111011
Octal 374 212 373
Decimal 252 138 251
Hex FC 8A FB

RGB Percentages of Color #fc8afb

%39.31
%21.53
%39.16

CMYK Percentages of Color #fc8afb

%0
%45
%0
%1

Triadic Colors of #fc8afb

#fc8afb #fbfc8a #8afbfc

Analogous Colors of #fc8afb

#fc8afb #fc8ac2 #c48afc

Monochromatic Colors of #fc8afb

#fc8afb

Complementary Color

#fc8afb #8afc8b

#fc8afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8afb Color CSS Codes

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

#fc8afb Text Font Color

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

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


#fc8afb Background Color

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

This div background color is #fc8afb


#fc8afb Border Color

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

This div border color is #fc8afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8afb

Related Colors


Comments

No comments written yet.

Please login to write comment.