Color Hex Logo

#fd94fd Color Hex

#FD94FD
(253,148,253)
0 Favorites   0 Comments

Color spaces of #fd94fd

RGB 253148253
HSL0.830.960.79
HSV300°42°99°
CMYK 0.000.420.00   0.01
XYZ68.827549.154398.7886
Yxy49.15430.31750.2268
Hunter Lab70.110152.5417-34.4654
CIE-Lab75.547254.3980-35.7779

#fd94fd color RGB value is (253,148,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 11111101
Octal 375 224 375
Decimal 253 148 253
Hex FD 94 FD

RGB Percentages of Color #fd94fd

%38.69
%22.63
%38.69

CMYK Percentages of Color #fd94fd

%0
%42
%0
%1

Triadic Colors of #fd94fd

#fd94fd #fdfd94 #94fdfd

Analogous Colors of #fd94fd

#fd94fd #fd94c9 #c994fd

Monochromatic Colors of #fd94fd

#fd94fd

Complementary Color

#fd94fd #94fd94

#fd94fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd94fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd94fd Color CSS Codes

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

#fd94fd Text Font Color

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

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


#fd94fd Background Color

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

This div background color is #fd94fd


#fd94fd Border Color

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

This div border color is #fd94fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd94fd

Related Colors


Comments

No comments written yet.

Please login to write comment.