Color Hex Logo

#fa8afd Color Hex

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

Color spaces of #fa8afd

RGB 250138253
HSL0.830.970.77
HSV298°45°99°
CMYK 0.010.450.00   0.01
XYZ66.242445.592898.2374
Yxy45.59280.31530.2170
Hunter Lab67.522456.9519-38.9944
CIE-Lab73.280558.4751-39.3252

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

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

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

Base Numbers

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

RGB Percentages of Color #fa8afd

%39.00
%21.53
%39.47

CMYK Percentages of Color #fa8afd

%1
%45
%0
%1

Triadic Colors of #fa8afd

#fa8afd #fdfa8a #8afdfa

Analogous Colors of #fa8afd

#fa8afd #fd8ac7 #c18afd

Monochromatic Colors of #fa8afd

#fa8afd

Complementary Color

#fa8afd #8dfd8a

#fa8afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8afd Color CSS Codes

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

#fa8afd Text Font Color

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

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


#fa8afd Background Color

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

This div background color is #fa8afd


#fa8afd Border Color

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

This div border color is #fa8afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8afd

Related Colors


Comments

No comments written yet.

Please login to write comment.