Color Hex Logo

#fa37dc Color Hex

#FA37DC
(250,55,220)
0 Favorites   0 Comments

Color spaces of #fa37dc

RGB 25055220
HSL0.860.950.60
HSV309°78°98°
CMYK 0.000.780.12   0.02
XYZ53.708828.223770.3271
Yxy28.22370.35270.1854
Hunter Lab53.126087.4878-41.2987
CIE-Lab60.090385.3946-41.6923

#fa37dc color RGB value is (250,55,220).

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

The process color (four color CMYK) of #fa37dc color hex is 0.00, 0.78, 0.12, 0.02. Web safe color of #fa37dc is #ff33cc. Color #fa37dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110111 11011100
Octal 372 67 334
Decimal 250 55 220
Hex FA 37 DC

RGB Percentages of Color #fa37dc

%47.62
%10.48
%41.90

CMYK Percentages of Color #fa37dc

%0
%78
%12
%2

Triadic Colors of #fa37dc

#fa37dc #dcfa37 #37dcfa

Analogous Colors of #fa37dc

#fa37dc #fa377b #b737fa

Monochromatic Colors of #fa37dc

#fa37dc

Complementary Color

#fa37dc #37fa55

#fa37dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa37dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa37dc Color CSS Codes

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

#fa37dc Text Font Color

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

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


#fa37dc Background Color

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

This div background color is #fa37dc


#fa37dc Border Color

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

This div border color is #fa37dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa37dc


Comments

No comments written yet.

Please login to write comment.