Color Hex Logo

#fa4dc3 Color Hex

#FA4DC3
(250,77,195)
0 Favorites   0 Comments

Color spaces of #fa4dc3

RGB 25077195
HSL0.890.950.64
HSV319°69°98°
CMYK 0.000.690.22   0.02
XYZ51.928529.571954.6008
Yxy29.57190.38150.2173
Hunter Lab54.380175.2878-21.4646
CIE-Lab61.283175.6346-25.6481

#fa4dc3 color RGB value is (250,77,195).

#fa4dc3 hex color red value is 250, green value is 77 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fa4dc3 hue: 0.89 , saturation: 0.95 and the lightness value of fa4dc3 is 0.64.

The process color (four color CMYK) of #fa4dc3 color hex is 0.00, 0.69, 0.22, 0.02. Web safe color of #fa4dc3 is #ff66cc. Color #fa4dc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001101 11000011
Octal 372 115 303
Decimal 250 77 195
Hex FA 4D C3

RGB Percentages of Color #fa4dc3

%47.89
%14.75
%37.36

CMYK Percentages of Color #fa4dc3

%0
%69
%22
%2

Triadic Colors of #fa4dc3

#fa4dc3 #c3fa4d #4dc3fa

Analogous Colors of #fa4dc3

#fa4dc3 #fa4d6d #db4dfa

Monochromatic Colors of #fa4dc3

#fa4dc3

Complementary Color

#fa4dc3 #4dfa84

#fa4dc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4dc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4dc3 Color CSS Codes

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

#fa4dc3 Text Font Color

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

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


#fa4dc3 Background Color

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

This div background color is #fa4dc3


#fa4dc3 Border Color

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

This div border color is #fa4dc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4dc3


Comments

No comments written yet.

Please login to write comment.