Color Hex Logo

#f958db Color Hex

#F958DB
(249,88,219)
0 Favorites   0 Comments

Color spaces of #f958db

RGB 24988219
HSL0.860.930.66
HSV311°65°98°
CMYK 0.000.650.12   0.02
XYZ55.342832.233770.3227
Yxy32.23370.35050.2041
Hunter Lab56.774774.6422-33.6959
CIE-Lab63.535674.6946-35.7485

#f958db color RGB value is (249,88,219).

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

The process color (four color CMYK) of #f958db color hex is 0.00, 0.65, 0.12, 0.02. Web safe color of #f958db is #ff66cc. Color #f958db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011000 11011011
Octal 371 130 333
Decimal 249 88 219
Hex F9 58 DB

RGB Percentages of Color #f958db

%44.78
%15.83
%39.39

CMYK Percentages of Color #f958db

%0
%65
%12
%2

Triadic Colors of #f958db

#f958db #dbf958 #58dbf9

Analogous Colors of #f958db

#f958db #f9588b #c758f9

Monochromatic Colors of #f958db

#f958db

Complementary Color

#f958db #58f976

#f958db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f958db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f958db Color CSS Codes

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

#f958db Text Font Color

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

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


#f958db Background Color

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

This div background color is #f958db


#f958db Border Color

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

This div border color is #f958db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f958db


Comments

No comments written yet.

Please login to write comment.