Color Hex Logo

#f990db Color Hex

#F990DB
(249,144,219)
0 Favorites   0 Comments

Color spaces of #f990db

RGB 249144219
HSL0.880.900.77
HSV317°42°98°
CMYK 0.000.420.12   0.02
XYZ61.826445.200772.4838
Yxy45.20070.34440.2518
Hunter Lab67.231546.4944-16.8599
CIE-Lab73.023949.5032-21.1425

#f990db color RGB value is (249,144,219).

#f990db hex color red value is 249, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f990db hue: 0.88 , saturation: 0.90 and the lightness value of f990db is 0.77.

The process color (four color CMYK) of #f990db color hex is 0.00, 0.42, 0.12, 0.02. Web safe color of #f990db is #ff99cc. Color #f990db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010000 11011011
Octal 371 220 333
Decimal 249 144 219
Hex F9 90 DB

RGB Percentages of Color #f990db

%40.69
%23.53
%35.78

CMYK Percentages of Color #f990db

%0
%42
%12
%2

Triadic Colors of #f990db

#f990db #dbf990 #90dbf9

Analogous Colors of #f990db

#f990db #f990a7 #e390f9

Monochromatic Colors of #f990db

#f990db

Complementary Color

#f990db #90f9ae

#f990db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f990db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f990db Color CSS Codes

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

#f990db Text Font Color

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

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


#f990db Background Color

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

This div background color is #f990db


#f990db Border Color

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

This div border color is #f990db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f990db


Comments

No comments written yet.

Please login to write comment.