Color Hex Logo

#fa0fdb Color Hex

#FA0FDB
(250,15,219)
0 Favorites   0 Comments

Color spaces of #fa0fdb

RGB 25015219
HSL0.860.960.52
HSV308°94°98°
CMYK 0.000.940.12   0.02
XYZ52.381325.780169.2331
Yxy25.78010.35540.1749
Hunter Lab50.774195.2955-45.3031
CIE-Lab57.827791.7129-44.6921

#fa0fdb color RGB value is (250,15,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001111 11011011
Octal 372 17 333
Decimal 250 15 219
Hex FA F DB

RGB Percentages of Color #fa0fdb

%51.65
%3.10
%45.25

CMYK Percentages of Color #fa0fdb

%0
%94
%12
%2

Triadic Colors of #fa0fdb

#fa0fdb #dbfa0f #0fdbfa

Analogous Colors of #fa0fdb

#fa0fdb #fa0f66 #a40ffa

Monochromatic Colors of #fa0fdb

#fa0fdb

Complementary Color

#fa0fdb #0ffa2e

#fa0fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0fdb Color CSS Codes

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

#fa0fdb Text Font Color

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

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


#fa0fdb Background Color

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

This div background color is #fa0fdb


#fa0fdb Border Color

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

This div border color is #fa0fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0fdb


Comments

No comments written yet.

Please login to write comment.