Color Hex Logo

#fa55ee Color Hex

#FA55EE
(250,85,238)
0 Favorites   0 Comments

Color spaces of #fa55ee

RGB 25085238
HSL0.850.940.66
HSV304°66°98°
CMYK 0.000.660.05   0.02
XYZ58.105532.994084.1949
Yxy32.99400.33150.1882
Hunter Lab57.440480.0461-46.6977
CIE-Lab64.156178.8551-45.3714

#fa55ee color RGB value is (250,85,238).

#fa55ee hex color red value is 250, green value is 85 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fa55ee hue: 0.85 , saturation: 0.94 and the lightness value of fa55ee is 0.66.

The process color (four color CMYK) of #fa55ee color hex is 0.00, 0.66, 0.05, 0.02. Web safe color of #fa55ee is #ff66ff. Color #fa55ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010101 11101110
Octal 372 125 356
Decimal 250 85 238
Hex FA 55 EE

RGB Percentages of Color #fa55ee

%43.63
%14.83
%41.54

CMYK Percentages of Color #fa55ee

%0
%66
%5
%2

Triadic Colors of #fa55ee

#fa55ee #eefa55 #55eefa

Analogous Colors of #fa55ee

#fa55ee #fa559c #b455fa

Monochromatic Colors of #fa55ee

#fa55ee

Complementary Color

#fa55ee #55fa61

#fa55ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa55ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa55ee Color CSS Codes

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

#fa55ee Text Font Color

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

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


#fa55ee Background Color

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

This div background color is #fa55ee


#fa55ee Border Color

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

This div border color is #fa55ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa55ee


Comments

No comments written yet.

Please login to write comment.