Color Hex Logo

#fa84ce Color Hex

#FA84CE
(250,132,206)
0 Favorites   0 Comments

Color spaces of #fa84ce

RGB 250132206
HSL0.900.920.75
HSV322°47°98°
CMYK 0.000.470.18   0.02
XYZ58.816241.282863.2609
Yxy41.28280.36000.2527
Hunter Lab64.251750.9590-13.3995
CIE-Lab70.373653.7784-17.9667

#fa84ce color RGB value is (250,132,206).

#fa84ce hex color red value is 250, green value is 132 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fa84ce hue: 0.90 , saturation: 0.92 and the lightness value of fa84ce is 0.75.

The process color (four color CMYK) of #fa84ce color hex is 0.00, 0.47, 0.18, 0.02. Web safe color of #fa84ce is #ff99cc. Color #fa84ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 11001110
Octal 372 204 316
Decimal 250 132 206
Hex FA 84 CE

RGB Percentages of Color #fa84ce

%42.52
%22.45
%35.03

CMYK Percentages of Color #fa84ce

%0
%47
%18
%2

Triadic Colors of #fa84ce

#fa84ce #cefa84 #84cefa

Analogous Colors of #fa84ce

#fa84ce #fa8493 #eb84fa

Monochromatic Colors of #fa84ce

#fa84ce

Complementary Color

#fa84ce #84fab0

#fa84ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa84ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa84ce Color CSS Codes

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

#fa84ce Text Font Color

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

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


#fa84ce Background Color

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

This div background color is #fa84ce


#fa84ce Border Color

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

This div border color is #fa84ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa84ce


Comments

No comments written yet.

Please login to write comment.