Color Hex Logo

#fa5dbc Color Hex

#FA5DBC
(250,93,188)
0 Favorites   0 Comments

Color spaces of #fa5dbc

RGB 25093188
HSL0.900.940.67
HSV324°63°98°
CMYK 0.000.630.25   0.02
XYZ52.415831.783550.9492
Yxy31.78350.38780.2352
Hunter Lab56.376967.2990-14.1181
CIE-Lab63.163568.8037-18.7817

#fa5dbc color RGB value is (250,93,188).

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

The process color (four color CMYK) of #fa5dbc color hex is 0.00, 0.63, 0.25, 0.02. Web safe color of #fa5dbc is #ff66cc. Color #fa5dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011101 10111100
Octal 372 135 274
Decimal 250 93 188
Hex FA 5D BC

RGB Percentages of Color #fa5dbc

%47.08
%17.51
%35.40

CMYK Percentages of Color #fa5dbc

%0
%63
%25
%2

Triadic Colors of #fa5dbc

#fa5dbc #bcfa5d #5dbcfa

Analogous Colors of #fa5dbc

#fa5dbc #fa5d6e #ea5dfa

Monochromatic Colors of #fa5dbc

#fa5dbc

Complementary Color

#fa5dbc #5dfa9b

#fa5dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5dbc Color CSS Codes

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

#fa5dbc Text Font Color

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

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


#fa5dbc Background Color

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

This div background color is #fa5dbc


#fa5dbc Border Color

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

This div border color is #fa5dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5dbc


Comments

No comments written yet.

Please login to write comment.