Color Hex Logo

#fd8afa Color Hex

#FD8AFA
(253,138,250)
0 Favorites   0 Comments

Color spaces of #fd8afa

RGB 253138250
HSL0.840.970.77
HSV302°45°99°
CMYK 0.000.450.01   0.01
XYZ66.851845.961795.7905
Yxy45.96170.32050.2203
Hunter Lab67.795157.3751-36.3168
CIE-Lab73.520758.7952-37.2931

#fd8afa color RGB value is (253,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001010 11111010
Octal 375 212 372
Decimal 253 138 250
Hex FD 8A FA

RGB Percentages of Color #fd8afa

%39.47
%21.53
%39.00

CMYK Percentages of Color #fd8afa

%0
%45
%1
%1

Triadic Colors of #fd8afa

#fd8afa #fafd8a #8afafd

Analogous Colors of #fd8afa

#fd8afa #fd8ac1 #c78afd

Monochromatic Colors of #fd8afa

#fd8afa

Complementary Color

#fd8afa #8afd8d

#fd8afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8afa Color CSS Codes

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

#fd8afa Text Font Color

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

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


#fd8afa Background Color

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

This div background color is #fd8afa


#fd8afa Border Color

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

This div border color is #fd8afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8afa

Related Colors


Comments

No comments written yet.

Please login to write comment.