Color Hex Logo

#f905da Color Hex

#F905DA
(249,5,218)
0 Favorites   0 Comments

Color spaces of #f905da

RGB 2495218
HSL0.850.960.50
HSV308°98°98°
CMYK 0.000.980.12   0.02
XYZ51.776125.310268.4861
Yxy25.31020.35570.1739
Hunter Lab50.309295.6633-45.4952
CIE-Lab57.376492.0734-44.8495

#f905da color RGB value is (249,5,218).

#f905da hex color red value is 249, green value is 5 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f905da hue: 0.85 , saturation: 0.96 and the lightness value of f905da is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000101 11011010
Octal 371 5 332
Decimal 249 5 218
Hex F9 5 DA

RGB Percentages of Color #f905da

%52.75
%1.06
%46.19

CMYK Percentages of Color #f905da

%0
%98
%12
%2

Triadic Colors of #f905da

#f905da #daf905 #05daf9

Analogous Colors of #f905da

#f905da #f90560 #9e05f9

Monochromatic Colors of #f905da

#f905da

Complementary Color

#f905da #05f924

#f905da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f905da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f905da Color CSS Codes

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

#f905da Text Font Color

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

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


#f905da Background Color

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

This div background color is #f905da


#f905da Border Color

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

This div border color is #f905da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f905da


Comments

No comments written yet.

Please login to write comment.