color codes Logo

#fc8adf color codes

#FC8ADF
(252,138,223)
0 Favorites   0 Comments

Color spaces of #fc8adf

RGB 252138223
HSL0.880.950.76
HSV315°45°99°
CMYK 0.000.450.12   0.01
XYZ62.552644.200175.0466
Yxy44.20010.34410.2431
Hunter Lab66.483251.6014-20.3887
CIE-Lab72.362054.0454-24.3179

#fc8adf color RGB value is (252,138,223).

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

The process color (four color CMYK) of #fc8adf color code is 0.00, 0.45, 0.12, 0.01. Web safe color of #fc8adf is #ff99cc. Color #fc8adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 11011111
Octal 374 212 337
Decimal 252 138 223
Hex FC 8A DF

RGB Percentages of Color #fc8adf

%41.11
%22.51
%36.38

CMYK Percentages of Color #fc8adf

%0
%45
%12
%1

Triadic Colors of #fc8adf

#fc8adf #dffc8a #8adffc

Analogous Colors of #fc8adf

#fc8adf #fc8aa6 #e08afc

Monochromatic Colors of #fc8adf

#fc8adf

Complementary Color

#fc8adf #8afca7

#fc8adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8adf Color CSS Codes

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

#fc8adf Text Font Color

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

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


#fc8adf Background Color

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

This div background color is #fc8adf


#fc8adf Border Color

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

This div border color is #fc8adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8adf

Related Colors


Comments

No comments written yet.

Please login to write comment.