Color Hex Logo

#fa88ff Color Hex

#FA88FF
(250,136,255)
0 Favorites   0 Comments

Color spaces of #fa88ff

RGB 250136255
HSL0.831.000.77
HSV297°47°100°
CMYK 0.020.470.00   0.00
XYZ66.278545.152399.8297
Yxy45.15230.31370.2137
Hunter Lab67.195558.4721-41.0480
CIE-Lab72.992159.7990-40.8611

#fa88ff color RGB value is (250,136,255).

#fa88ff hex color red value is 250, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fa88ff hue: 0.83 , saturation: 1.00 and the lightness value of fa88ff is 0.77.

The process color (four color CMYK) of #fa88ff color hex is 0.02, 0.47, 0.00, 0.00. Web safe color of #fa88ff is #ff99ff. Color #fa88ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001000 11111111
Octal 372 210 377
Decimal 250 136 255
Hex FA 88 FF

RGB Percentages of Color #fa88ff

%39.00
%21.22
%39.78

CMYK Percentages of Color #fa88ff

%2
%47
%0
%0

Triadic Colors of #fa88ff

#fa88ff #fffa88 #88fffa

Analogous Colors of #fa88ff

#fa88ff #ff88c9 #bf88ff

Monochromatic Colors of #fa88ff

#fa88ff

Complementary Color

#fa88ff #8dff88

#fa88ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa88ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa88ff Color CSS Codes

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

#fa88ff Text Font Color

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

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


#fa88ff Background Color

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

This div background color is #fa88ff


#fa88ff Border Color

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

This div border color is #fa88ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa88ff

Related Colors


Comments

No comments written yet.

Please login to write comment.