Color Hex Logo

#fc8dfd Color Hex

#FC8DFD
(252,141,253)
0 Favorites   0 Comments

Color spaces of #fc8dfd

RGB 252141253
HSL0.830.970.77
HSV299°44°99°
CMYK 0.000.440.00   0.01
XYZ67.399446.837098.4166
Yxy46.83700.31690.2203
Hunter Lab68.437656.0265-37.3557
CIE-Lab74.085457.5719-38.0550

#fc8dfd color RGB value is (252,141,253).

#fc8dfd hex color red value is 252, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fc8dfd hue: 0.83 , saturation: 0.97 and the lightness value of fc8dfd is 0.77.

The process color (four color CMYK) of #fc8dfd color hex is 0.00, 0.44, 0.00, 0.01. Web safe color of #fc8dfd is #ff99ff. Color #fc8dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001101 11111101
Octal 374 215 375
Decimal 252 141 253
Hex FC 8D FD

RGB Percentages of Color #fc8dfd

%39.01
%21.83
%39.16

CMYK Percentages of Color #fc8dfd

%0
%44
%0
%1

Triadic Colors of #fc8dfd

#fc8dfd #fdfc8d #8dfdfc

Analogous Colors of #fc8dfd

#fc8dfd #fd8dc6 #c48dfd

Monochromatic Colors of #fc8dfd

#fc8dfd

Complementary Color

#fc8dfd #8efd8d

#fc8dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8dfd Color CSS Codes

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

#fc8dfd Text Font Color

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

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


#fc8dfd Background Color

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

This div background color is #fc8dfd


#fc8dfd Border Color

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

This div border color is #fc8dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.