Color Hex Logo

#fa7cda Color Hex

#FA7CDA
(250,124,218)
0 Favorites   0 Comments

Color spaces of #fa7cda

RGB 250124218
HSL0.880.930.73
HSV315°50°98°
CMYK 0.000.500.13   0.02
XYZ59.286939.801370.8873
Yxy39.80130.34880.2342
Hunter Lab63.088357.3400-22.4577
CIE-Lab69.327859.4199-26.2234

#fa7cda color RGB value is (250,124,218).

#fa7cda hex color red value is 250, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fa7cda hue: 0.88 , saturation: 0.93 and the lightness value of fa7cda is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111100 11011010
Octal 372 174 332
Decimal 250 124 218
Hex FA 7C DA

RGB Percentages of Color #fa7cda

%42.23
%20.95
%36.82

CMYK Percentages of Color #fa7cda

%0
%50
%13
%2

Triadic Colors of #fa7cda

#fa7cda #dafa7c #7cdafa

Analogous Colors of #fa7cda

#fa7cda #fa7c9b #db7cfa

Monochromatic Colors of #fa7cda

#fa7cda

Complementary Color

#fa7cda #7cfa9c

#fa7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7cda Color CSS Codes

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

#fa7cda Text Font Color

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

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


#fa7cda Background Color

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

This div background color is #fa7cda


#fa7cda Border Color

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

This div border color is #fa7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7cda


Comments

No comments written yet.

Please login to write comment.