Color Hex Logo

#f92bdb Color Hex

#F92BDB
(249,43,219)
0 Favorites   0 Comments

Color spaces of #f92bdb

RGB 24943219
HSL0.860.940.57
HSV309°83°98°
CMYK 0.000.830.12   0.02
XYZ52.717026.982069.4474
Yxy26.98200.35350.1809
Hunter Lab51.944290.2533-42.9075
CIE-Lab58.957787.7164-42.9212

#f92bdb color RGB value is (249,43,219).

#f92bdb hex color red value is 249, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f92bdb hue: 0.86 , saturation: 0.94 and the lightness value of f92bdb is 0.57.

The process color (four color CMYK) of #f92bdb color hex is 0.00, 0.83, 0.12, 0.02. Web safe color of #f92bdb is #ff33cc. Color #f92bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101011 11011011
Octal 371 53 333
Decimal 249 43 219
Hex F9 2B DB

RGB Percentages of Color #f92bdb

%48.73
%8.41
%42.86

CMYK Percentages of Color #f92bdb

%0
%83
%12
%2

Triadic Colors of #f92bdb

#f92bdb #dbf92b #2bdbf9

Analogous Colors of #f92bdb

#f92bdb #f92b74 #b02bf9

Monochromatic Colors of #f92bdb

#f92bdb

Complementary Color

#f92bdb #2bf949

#f92bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92bdb Color CSS Codes

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

#f92bdb Text Font Color

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

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


#f92bdb Background Color

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

This div background color is #f92bdb


#f92bdb Border Color

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

This div border color is #f92bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92bdb


Comments

No comments written yet.

Please login to write comment.