Color Hex Logo

#fa5dcd Color Hex

#FA5DCD
(250,93,205)
0 Favorites   0 Comments

Color spaces of #fa5dcd

RGB 25093205
HSL0.880.940.67
HSV317°63°98°
CMYK 0.000.630.18   0.02
XYZ54.358132.560561.1774
Yxy32.56050.36700.2199
Hunter Lab57.061870.1841-23.6230
CIE-Lab63.803571.0488-27.4419

#fa5dcd color RGB value is (250,93,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011101 11001101
Octal 372 135 315
Decimal 250 93 205
Hex FA 5D CD

RGB Percentages of Color #fa5dcd

%45.62
%16.97
%37.41

CMYK Percentages of Color #fa5dcd

%0
%63
%18
%2

Triadic Colors of #fa5dcd

#fa5dcd #cdfa5d #5dcdfa

Analogous Colors of #fa5dcd

#fa5dcd #fa5d7f #d95dfa

Monochromatic Colors of #fa5dcd

#fa5dcd

Complementary Color

#fa5dcd #5dfa8a

#fa5dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5dcd Color CSS Codes

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

#fa5dcd Text Font Color

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

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


#fa5dcd Background Color

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

This div background color is #fa5dcd


#fa5dcd Border Color

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

This div border color is #fa5dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5dcd


Comments

No comments written yet.

Please login to write comment.