Color Hex Logo

#fa88ca Color Hex

#FA88CA
(250,136,202)
0 Favorites   0 Comments

Color spaces of #fa88ca

RGB 250136202
HSL0.900.920.76
HSV325°46°98°
CMYK 0.000.460.19   0.02
XYZ58.889242.196660.9181
Yxy42.19660.36350.2605
Hunter Lab64.958948.1430-10.1306
CIE-Lab71.006351.2276-14.7898

#fa88ca color RGB value is (250,136,202).

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

The process color (four color CMYK) of #fa88ca color hex is 0.00, 0.46, 0.19, 0.02. Web safe color of #fa88ca is #ff99cc. Color #fa88ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001000 11001010
Octal 372 210 312
Decimal 250 136 202
Hex FA 88 CA

RGB Percentages of Color #fa88ca

%42.52
%23.13
%34.35

CMYK Percentages of Color #fa88ca

%0
%46
%19
%2

Triadic Colors of #fa88ca

#fa88ca #cafa88 #88cafa

Analogous Colors of #fa88ca

#fa88ca #fa8891 #f188fa

Monochromatic Colors of #fa88ca

#fa88ca

Complementary Color

#fa88ca #88fab8

#fa88ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa88ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa88ca Color CSS Codes

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

#fa88ca Text Font Color

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

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


#fa88ca Background Color

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

This div background color is #fa88ca


#fa88ca Border Color

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

This div border color is #fa88ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa88ca


Comments

No comments written yet.

Please login to write comment.