Color Hex Logo

#fd98fd Color Hex

#FD98FD
(253,152,253)
0 Favorites   0 Comments

Color spaces of #fd98fd

RGB 253152253
HSL0.830.960.79
HSV300°40°99°
CMYK 0.000.400.00   0.01
XYZ69.465950.431099.0014
Yxy50.43100.31730.2304
Hunter Lab71.014850.3309-32.9456
CIE-Lab76.333152.3948-34.5619

#fd98fd color RGB value is (253,152,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 11111101
Octal 375 230 375
Decimal 253 152 253
Hex FD 98 FD

RGB Percentages of Color #fd98fd

%38.45
%23.10
%38.45

CMYK Percentages of Color #fd98fd

%0
%40
%0
%1

Triadic Colors of #fd98fd

#fd98fd #fdfd98 #98fdfd

Analogous Colors of #fd98fd

#fd98fd #fd98cb #cb98fd

Monochromatic Colors of #fd98fd

#fd98fd

Complementary Color

#fd98fd #98fd98

#fd98fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd98fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd98fd Color CSS Codes

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

#fd98fd Text Font Color

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

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


#fd98fd Background Color

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

This div background color is #fd98fd


#fd98fd Border Color

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

This div border color is #fd98fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd98fd

Related Colors


Comments

No comments written yet.

Please login to write comment.