Color Hex Logo

#fa02db Color Hex

#FA02DB
(250,2,219)
0 Favorites   0 Comments

Color spaces of #fa02db

RGB 2502219
HSL0.850.980.49
HSV308°99°98°
CMYK 0.000.990.12   0.02
XYZ52.232225.481969.1834
Yxy25.48190.35560.1735
Hunter Lab50.479696.3580-45.9225
CIE-Lab57.542092.5553-45.1436

#fa02db color RGB value is (250,2,219).

#fa02db hex color red value is 250, green value is 2 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fa02db hue: 0.85 , saturation: 0.98 and the lightness value of fa02db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000010 11011011
Octal 372 2 333
Decimal 250 2 219
Hex FA 2 DB

RGB Percentages of Color #fa02db

%53.08
%0.42
%46.50

CMYK Percentages of Color #fa02db

%0
%99
%12
%2

Triadic Colors of #fa02db

#fa02db #dbfa02 #02dbfa

Analogous Colors of #fa02db

#fa02db #fa025f #9d02fa

Monochromatic Colors of #fa02db

#fa02db

Complementary Color

#fa02db #02fa21

#fa02db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa02db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa02db Color CSS Codes

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

#fa02db Text Font Color

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

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


#fa02db Background Color

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

This div background color is #fa02db


#fa02db Border Color

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

This div border color is #fa02db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa02db

Related Colors


Comments

No comments written yet.

Please login to write comment.