Color Hex Logo

#fa58dc Color Hex

#FA58DC
(250,88,220)
0 Favorites   0 Comments

Color spaces of #fa58dc

RGB 25088220
HSL0.860.940.66
HSV311°65°98°
CMYK 0.000.650.12   0.02
XYZ55.832332.470771.0349
Yxy32.47070.35040.2038
Hunter Lab56.983175.1748-34.0226
CIE-Lab63.730075.0838-35.9949

#fa58dc color RGB value is (250,88,220).

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

The process color (four color CMYK) of #fa58dc color hex is 0.00, 0.65, 0.12, 0.02. Web safe color of #fa58dc is #ff66cc. Color #fa58dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 11011100
Octal 372 130 334
Decimal 250 88 220
Hex FA 58 DC

RGB Percentages of Color #fa58dc

%44.80
%15.77
%39.43

CMYK Percentages of Color #fa58dc

%0
%65
%12
%2

Triadic Colors of #fa58dc

#fa58dc #dcfa58 #58dcfa

Analogous Colors of #fa58dc

#fa58dc #fa588b #c758fa

Monochromatic Colors of #fa58dc

#fa58dc

Complementary Color

#fa58dc #58fa76

#fa58dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa58dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa58dc Color CSS Codes

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

#fa58dc Text Font Color

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

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


#fa58dc Background Color

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

This div background color is #fa58dc


#fa58dc Border Color

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

This div border color is #fa58dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa58dc

Related Colors


Comments

No comments written yet.

Please login to write comment.