Color Hex Logo

#f952de Color Hex

#F952DE
(249,82,222)
0 Favorites   0 Comments

Color spaces of #f952de

RGB 24982222
HSL0.860.930.65
HSV310°67°98°
CMYK 0.000.670.11   0.02
XYZ55.269031.448372.2644
Yxy31.44830.34760.1978
Hunter Lab56.078877.7846-37.1473
CIE-Lab62.884377.3162-38.4482

#f952de color RGB value is (249,82,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 11011110
Octal 371 122 336
Decimal 249 82 222
Hex F9 52 DE

RGB Percentages of Color #f952de

%45.03
%14.83
%40.14

CMYK Percentages of Color #f952de

%0
%67
%11
%2

Triadic Colors of #f952de

#f952de #def952 #52def9

Analogous Colors of #f952de

#f952de #f9528b #c152f9

Monochromatic Colors of #f952de

#f952de

Complementary Color

#f952de #52f96d

#f952de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f952de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f952de Color CSS Codes

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

#f952de Text Font Color

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

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


#f952de Background Color

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

This div background color is #f952de


#f952de Border Color

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

This div border color is #f952de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,82,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f952de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f952de

Related Colors


Comments

No comments written yet.

Please login to write comment.