Color Hex Logo

#fa67da Color Hex

#FA67DA
(250,103,218)
0 Favorites   0 Comments

Color spaces of #fa67da

RGB 250103218
HSL0.870.940.69
HSV313°59°98°
CMYK 0.000.590.13   0.02
XYZ56.929535.086470.1015
Yxy35.08640.35120.2164
Hunter Lab59.233867.8970-28.7044
CIE-Lab65.815968.8183-31.6355

#fa67da color RGB value is (250,103,218).

#fa67da hex color red value is 250, green value is 103 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fa67da hue: 0.87 , saturation: 0.94 and the lightness value of fa67da is 0.69.

The process color (four color CMYK) of #fa67da color hex is 0.00, 0.59, 0.13, 0.02. Web safe color of #fa67da is #ff66cc. Color #fa67da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100111 11011010
Octal 372 147 332
Decimal 250 103 218
Hex FA 67 DA

RGB Percentages of Color #fa67da

%43.78
%18.04
%38.18

CMYK Percentages of Color #fa67da

%0
%59
%13
%2

Triadic Colors of #fa67da

#fa67da #dafa67 #67dafa

Analogous Colors of #fa67da

#fa67da #fa6791 #d167fa

Monochromatic Colors of #fa67da

#fa67da

Complementary Color

#fa67da #67fa87

#fa67da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa67da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa67da Color CSS Codes

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

#fa67da Text Font Color

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

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


#fa67da Background Color

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

This div background color is #fa67da


#fa67da Border Color

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

This div border color is #fa67da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa67da


Comments

No comments written yet.

Please login to write comment.