Color Hex Logo

#f957db Color Hex

#F957DB
(249,87,219)
0 Favorites   0 Comments

Color spaces of #f957db

RGB 24987219
HSL0.860.930.66
HSV311°65°98°
CMYK 0.000.650.12   0.02
XYZ55.261332.070670.2955
Yxy32.07060.35060.2035
Hunter Lab56.630975.0789-33.9546
CIE-Lab63.401275.0687-35.9579

#f957db color RGB value is (249,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010111 11011011
Octal 371 127 333
Decimal 249 87 219
Hex F9 57 DB

RGB Percentages of Color #f957db

%44.86
%15.68
%39.46

CMYK Percentages of Color #f957db

%0
%65
%12
%2

Triadic Colors of #f957db

#f957db #dbf957 #57dbf9

Analogous Colors of #f957db

#f957db #f9578a #c657f9

Monochromatic Colors of #f957db

#f957db

Complementary Color

#f957db #57f975

#f957db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f957db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f957db Color CSS Codes

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

#f957db Text Font Color

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

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


#f957db Background Color

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

This div background color is #f957db


#f957db Border Color

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

This div border color is #f957db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f957db


Comments

No comments written yet.

Please login to write comment.