Color Hex Logo

#fa5dea Color Hex

#FA5DEA
(250,93,234)
0 Favorites   0 Comments

Color spaces of #fa5dea

RGB 25093234
HSL0.850.940.67
HSV306°63°98°
CMYK 0.000.630.06   0.02
XYZ58.190034.093281.3556
Yxy34.09320.33510.1963
Hunter Lab58.389475.7091-41.7379
CIE-Lab65.036575.2657-41.7663

#fa5dea color RGB value is (250,93,234).

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

The process color (four color CMYK) of #fa5dea color hex is 0.00, 0.63, 0.06, 0.02. Web safe color of #fa5dea is #ff66ff. Color #fa5dea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011101 11101010
Octal 372 135 352
Decimal 250 93 234
Hex FA 5D EA

RGB Percentages of Color #fa5dea

%43.33
%16.12
%40.55

CMYK Percentages of Color #fa5dea

%0
%63
%6
%2

Triadic Colors of #fa5dea

#fa5dea #eafa5d #5deafa

Analogous Colors of #fa5dea

#fa5dea #fa5d9c #bc5dfa

Monochromatic Colors of #fa5dea

#fa5dea

Complementary Color

#fa5dea #5dfa6d

#fa5dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5dea Color CSS Codes

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

#fa5dea Text Font Color

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

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


#fa5dea Background Color

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

This div background color is #fa5dea


#fa5dea Border Color

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

This div border color is #fa5dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5dea

Related Colors


Comments

No comments written yet.

Please login to write comment.