Color Hex Logo

#fa88ea Color Hex

#FA88EA
(250,136,234)
0 Favorites   0 Comments

Color spaces of #fa88ea

RGB 250136234
HSL0.860.920.76
HSV308°46°98°
CMYK 0.000.460.06   0.02
XYZ63.079843.872882.9855
Yxy43.87280.33210.2310
Hunter Lab66.236554.0790-27.9168
CIE-Lab72.143456.2063-30.7169

#fa88ea color RGB value is (250,136,234).

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

The process color (four color CMYK) of #fa88ea color hex is 0.00, 0.46, 0.06, 0.02. Web safe color of #fa88ea is #ff99ff. Color #fa88ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001000 11101010
Octal 372 210 352
Decimal 250 136 234
Hex FA 88 EA

RGB Percentages of Color #fa88ea

%40.32
%21.94
%37.74

CMYK Percentages of Color #fa88ea

%0
%46
%6
%2

Triadic Colors of #fa88ea

#fa88ea #eafa88 #88eafa

Analogous Colors of #fa88ea

#fa88ea #fa88b1 #d188fa

Monochromatic Colors of #fa88ea

#fa88ea

Complementary Color

#fa88ea #88fa98

#fa88ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa88ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa88ea Color CSS Codes

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

#fa88ea Text Font Color

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

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


#fa88ea Background Color

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

This div background color is #fa88ea


#fa88ea Border Color

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

This div border color is #fa88ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa88ea

Related Colors


Comments

No comments written yet.

Please login to write comment.