Color Hex Logo

#fa4cca Color Hex

#FA4CCA
(250,76,202)
0 Favorites   0 Comments

Color spaces of #fa4cca

RGB 25076202
HSL0.880.950.64
HSV317°70°98°
CMYK 0.000.700.19   0.02
XYZ52.669529.757158.8448
Yxy29.75710.37280.2106
Hunter Lab54.550176.8837-25.7729
CIE-Lab61.444176.8757-29.3851

#fa4cca color RGB value is (250,76,202).

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

The process color (four color CMYK) of #fa4cca color hex is 0.00, 0.70, 0.19, 0.02. Web safe color of #fa4cca is #ff33cc. Color #fa4cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001100 11001010
Octal 372 114 312
Decimal 250 76 202
Hex FA 4C CA

RGB Percentages of Color #fa4cca

%47.35
%14.39
%38.26

CMYK Percentages of Color #fa4cca

%0
%70
%19
%2

Triadic Colors of #fa4cca

#fa4cca #cafa4c #4ccafa

Analogous Colors of #fa4cca

#fa4cca #fa4c73 #d34cfa

Monochromatic Colors of #fa4cca

#fa4cca

Complementary Color

#fa4cca #4cfa7c

#fa4cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4cca Color CSS Codes

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

#fa4cca Text Font Color

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

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


#fa4cca Background Color

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

This div background color is #fa4cca


#fa4cca Border Color

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

This div border color is #fa4cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4cca


Comments

No comments written yet.

Please login to write comment.