Color Hex Logo

#fa53ee Color Hex

#FA53EE
(250,83,238)
0 Favorites   0 Comments

Color spaces of #fa53ee

RGB 25083238
HSL0.850.940.65
HSV304°67°98°
CMYK 0.000.670.05   0.02
XYZ57.950232.683684.1432
Yxy32.68360.33160.1870
Hunter Lab57.169680.8906-47.2454
CIE-Lab63.903979.5635-45.7686

#fa53ee color RGB value is (250,83,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010011 11101110
Octal 372 123 356
Decimal 250 83 238
Hex FA 53 EE

RGB Percentages of Color #fa53ee

%43.78
%14.54
%41.68

CMYK Percentages of Color #fa53ee

%0
%67
%5
%2

Triadic Colors of #fa53ee

#fa53ee #eefa53 #53eefa

Analogous Colors of #fa53ee

#fa53ee #fa539b #b353fa

Monochromatic Colors of #fa53ee

#fa53ee

Complementary Color

#fa53ee #53fa5f

#fa53ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa53ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa53ee Color CSS Codes

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

#fa53ee Text Font Color

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

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


#fa53ee Background Color

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

This div background color is #fa53ee


#fa53ee Border Color

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

This div border color is #fa53ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa53ee


Comments

No comments written yet.

Please login to write comment.