Color Hex Logo

#fc98fd Color Hex

#FC98FD
(252,152,253)
1 Favorites   0 Comments

Color spaces of #fc98fd

RGB 252152253
HSL0.830.960.79
HSV299°40°99°
CMYK 0.000.400.00   0.01
XYZ69.102750.243898.9844
Yxy50.24380.31650.2301
Hunter Lab70.882949.9721-33.1775
CIE-Lab76.218752.1015-34.7481

#fc98fd color RGB value is (252,152,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011000 11111101
Octal 374 230 375
Decimal 252 152 253
Hex FC 98 FD

RGB Percentages of Color #fc98fd

%38.36
%23.14
%38.51

CMYK Percentages of Color #fc98fd

%0
%40
%0
%1

Triadic Colors of #fc98fd

#fc98fd #fdfc98 #98fdfc

Analogous Colors of #fc98fd

#fc98fd #fd98cc #ca98fd

Monochromatic Colors of #fc98fd

#fc98fd

Complementary Color

#fc98fd #99fd98

#fc98fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc98fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc98fd Color CSS Codes

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

#fc98fd Text Font Color

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

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


#fc98fd Background Color

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

This div background color is #fc98fd


#fc98fd Border Color

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

This div border color is #fc98fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc98fd

Related Colors


Comments

No comments written yet.

Please login to write comment.