Color Hex Logo

#f948db Color Hex

#F948DB
(249,72,219)
0 Favorites   0 Comments

Color spaces of #f948db

RGB 24972219
HSL0.860.940.63
HSV310°71°98°
CMYK 0.000.710.12   0.02
XYZ54.170529.888969.9319
Yxy29.88890.35180.1941
Hunter Lab54.670781.1929-37.5711
CIE-Lab61.558280.2484-38.8369

#f948db color RGB value is (249,72,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 11011011
Octal 371 110 333
Decimal 249 72 219
Hex F9 48 DB

RGB Percentages of Color #f948db

%46.11
%13.33
%40.56

CMYK Percentages of Color #f948db

%0
%71
%12
%2

Triadic Colors of #f948db

#f948db #dbf948 #48dbf9

Analogous Colors of #f948db

#f948db #f94883 #bf48f9

Monochromatic Colors of #f948db

#f948db

Complementary Color

#f948db #48f966

#f948db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f948db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f948db Color CSS Codes

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

#f948db Text Font Color

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

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


#f948db Background Color

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

This div background color is #f948db


#f948db Border Color

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

This div border color is #f948db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f948db

Related Colors


Comments

No comments written yet.

Please login to write comment.