Color Hex Logo

#f952db Color Hex

#F952DB
(249,82,219)
0 Favorites   0 Comments

Color spaces of #f952db

RGB 24982219
HSL0.860.930.65
HSV311°67°98°
CMYK 0.000.670.12   0.02
XYZ54.870431.288870.1652
Yxy31.28880.35100.2002
Hunter Lab55.936477.2096-35.2164
CIE-Lab62.750776.8863-36.9726

#f952db color RGB value is (249,82,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 11011011
Octal 371 122 333
Decimal 249 82 219
Hex F9 52 DB

RGB Percentages of Color #f952db

%45.27
%14.91
%39.82

CMYK Percentages of Color #f952db

%0
%67
%12
%2

Triadic Colors of #f952db

#f952db #dbf952 #52dbf9

Analogous Colors of #f952db

#f952db #f95288 #c452f9

Monochromatic Colors of #f952db

#f952db

Complementary Color

#f952db #52f970

#f952db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f952db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f952db Color CSS Codes

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

#f952db Text Font Color

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

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


#f952db Background Color

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

This div background color is #f952db


#f952db Border Color

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

This div border color is #f952db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f952db


Comments

No comments written yet.

Please login to write comment.