Color Hex Logo

#f914de Color Hex

#F914DE
(249,20,222)
0 Favorites   0 Comments

Color spaces of #f914de

RGB 24920222
HSL0.850.950.53
HSV307°92°98°
CMYK 0.000.920.11   0.02
XYZ52.501925.914071.3420
Yxy25.91400.35060.1730
Hunter Lab50.905895.0116-47.4580
CIE-Lab57.955391.4773-46.2009

#f914de color RGB value is (249,20,222).

#f914de hex color red value is 249, green value is 20 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f914de hue: 0.85 , saturation: 0.95 and the lightness value of f914de is 0.53.

The process color (four color CMYK) of #f914de color hex is 0.00, 0.92, 0.11, 0.02. Web safe color of #f914de is #ff00cc. Color #f914de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 11011110
Octal 371 24 336
Decimal 249 20 222
Hex F9 14 DE

RGB Percentages of Color #f914de

%50.71
%4.07
%45.21

CMYK Percentages of Color #f914de

%0
%92
%11
%2

Triadic Colors of #f914de

#f914de #def914 #14def9

Analogous Colors of #f914de

#f914de #f9146c #a214f9

Monochromatic Colors of #f914de

#f914de

Complementary Color

#f914de #14f92f

#f914de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f914de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f914de Color CSS Codes

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

#f914de Text Font Color

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

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


#f914de Background Color

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

This div background color is #f914de


#f914de Border Color

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

This div border color is #f914de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f914de


Comments

No comments written yet.

Please login to write comment.