Color Hex Logo

#f90cdb Color Hex

#F90CDB
(249,12,219)
0 Favorites   0 Comments

Color spaces of #f90cdb

RGB 24912219
HSL0.850.950.51
HSV308°95°98°
CMYK 0.000.950.12   0.02
XYZ51.984625.517269.2032
Yxy25.51720.35430.1739
Hunter Lab50.514695.2941-45.8651
CIE-Lab57.575991.7609-45.1015

#f90cdb color RGB value is (249,12,219).

#f90cdb hex color red value is 249, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f90cdb hue: 0.85 , saturation: 0.95 and the lightness value of f90cdb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001100 11011011
Octal 371 14 333
Decimal 249 12 219
Hex F9 C DB

RGB Percentages of Color #f90cdb

%51.88
%2.50
%45.63

CMYK Percentages of Color #f90cdb

%0
%95
%12
%2

Triadic Colors of #f90cdb

#f90cdb #dbf90c #0cdbf9

Analogous Colors of #f90cdb

#f90cdb #f90c65 #a10cf9

Monochromatic Colors of #f90cdb

#f90cdb

Complementary Color

#f90cdb #0cf92a

#f90cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90cdb Color CSS Codes

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

#f90cdb Text Font Color

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

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


#f90cdb Background Color

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

This div background color is #f90cdb


#f90cdb Border Color

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

This div border color is #f90cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90cdb


Comments

No comments written yet.

Please login to write comment.