Color Hex Logo

#fa3ddd Color Hex

#FA3DDD
(250,61,221)
0 Favorites   0 Comments

Color spaces of #fa3ddd

RGB 25061221
HSL0.860.950.61
HSV309°76°98°
CMYK 0.000.760.12   0.02
XYZ54.144228.881971.1277
Yxy28.88190.35120.1874
Hunter Lab53.741985.7880-40.8513
CIE-Lab60.677383.9786-41.3338

#fa3ddd color RGB value is (250,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111101 11011101
Octal 372 75 335
Decimal 250 61 221
Hex FA 3D DD

RGB Percentages of Color #fa3ddd

%46.99
%11.47
%41.54

CMYK Percentages of Color #fa3ddd

%0
%76
%12
%2

Triadic Colors of #fa3ddd

#fa3ddd #ddfa3d #3dddfa

Analogous Colors of #fa3ddd

#fa3ddd #fa3d7f #b93dfa

Monochromatic Colors of #fa3ddd

#fa3ddd

Complementary Color

#fa3ddd #3dfa5a

#fa3ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3ddd Color CSS Codes

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

#fa3ddd Text Font Color

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

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


#fa3ddd Background Color

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

This div background color is #fa3ddd


#fa3ddd Border Color

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

This div border color is #fa3ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3ddd

Related Colors


Comments

No comments written yet.

Please login to write comment.