Color Hex Logo

#fa0ddd Color Hex

#FA0DDD
(250,13,221)
0 Favorites   0 Comments

Color spaces of #fa0ddd

RGB 25013221
HSL0.850.960.52
HSV307°95°98°
CMYK 0.000.950.12   0.02
XYZ52.619425.832370.6194
Yxy25.83230.35300.1733
Hunter Lab50.825595.8557-46.8026
CIE-Lab57.877592.1185-45.7466

#fa0ddd color RGB value is (250,13,221).

#fa0ddd hex color red value is 250, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fa0ddd hue: 0.85 , saturation: 0.96 and the lightness value of fa0ddd is 0.52.

The process color (four color CMYK) of #fa0ddd color hex is 0.00, 0.95, 0.12, 0.02. Web safe color of #fa0ddd is #ff00cc. Color #fa0ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001101 11011101
Octal 372 15 335
Decimal 250 13 221
Hex FA D DD

RGB Percentages of Color #fa0ddd

%51.65
%2.69
%45.66

CMYK Percentages of Color #fa0ddd

%0
%95
%12
%2

Triadic Colors of #fa0ddd

#fa0ddd #ddfa0d #0dddfa

Analogous Colors of #fa0ddd

#fa0ddd #fa0d67 #a10dfa

Monochromatic Colors of #fa0ddd

#fa0ddd

Complementary Color

#fa0ddd #0dfa2a

#fa0ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0ddd Color CSS Codes

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

#fa0ddd Text Font Color

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

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


#fa0ddd Background Color

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

This div background color is #fa0ddd


#fa0ddd Border Color

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

This div border color is #fa0ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0ddd

Related Colors


Comments

No comments written yet.

Please login to write comment.