Color Hex Logo

#fa6efd Color Hex

#FA6EFD
(250,110,253)
0 Favorites   0 Comments

Color spaces of #fa6efd

RGB 250110253
HSL0.830.970.71
HSV299°57°99°
CMYK 0.010.570.00   0.01
XYZ62.729938.567797.0666
Yxy38.56770.31620.1944
Hunter Lab62.102971.6221-49.1980
CIE-Lab68.437071.3744-46.9054

#fa6efd color RGB value is (250,110,253).

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

The process color (four color CMYK) of #fa6efd color hex is 0.01, 0.57, 0.00, 0.01. Web safe color of #fa6efd is #ff66ff. Color #fa6efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101110 11111101
Octal 372 156 375
Decimal 250 110 253
Hex FA 6E FD

RGB Percentages of Color #fa6efd

%40.78
%17.94
%41.27

CMYK Percentages of Color #fa6efd

%1
%57
%0
%1

Triadic Colors of #fa6efd

#fa6efd #fdfa6e #6efdfa

Analogous Colors of #fa6efd

#fa6efd #fd6eb9 #b36efd

Monochromatic Colors of #fa6efd

#fa6efd

Complementary Color

#fa6efd #71fd6e

#fa6efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6efd Color CSS Codes

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

#fa6efd Text Font Color

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

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


#fa6efd Background Color

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

This div background color is #fa6efd


#fa6efd Border Color

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

This div border color is #fa6efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6efd

Related Colors


Comments

No comments written yet.

Please login to write comment.