Color Hex Logo

#f917da Color Hex

#F917DA
(249,23,218)
0 Favorites   0 Comments

Color spaces of #f917da

RGB 24923218
HSL0.860.950.53
HSV308°91°98°
CMYK 0.000.910.12   0.02
XYZ52.028225.814568.5702
Yxy25.81450.35540.1763
Hunter Lab50.808093.8730-44.4519
CIE-Lab57.860690.6482-44.0849

#f917da color RGB value is (249,23,218).

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

The process color (four color CMYK) of #f917da color hex is 0.00, 0.91, 0.12, 0.02. Web safe color of #f917da is #ff00cc. Color #f917da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010111 11011010
Octal 371 27 332
Decimal 249 23 218
Hex F9 17 DA

RGB Percentages of Color #f917da

%50.82
%4.69
%44.49

CMYK Percentages of Color #f917da

%0
%91
%12
%2

Triadic Colors of #f917da

#f917da #daf917 #17daf9

Analogous Colors of #f917da

#f917da #f91769 #a717f9

Monochromatic Colors of #f917da

#f917da

Complementary Color

#f917da #17f936

#f917da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f917da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f917da Color CSS Codes

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

#f917da Text Font Color

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

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


#f917da Background Color

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

This div background color is #f917da


#f917da Border Color

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

This div border color is #f917da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f917da


Comments

No comments written yet.

Please login to write comment.