Color Hex Logo

#f907dc Color Hex

#F907DC
(249,7,220)
0 Favorites   0 Comments

Color spaces of #f907dc

RGB 2497220
HSL0.850.950.50
HSV307°97°98°
CMYK 0.000.970.12   0.02
XYZ52.061225.459069.8803
Yxy25.45900.35320.1727
Hunter Lab50.456995.8758-46.7938
CIE-Lab57.519992.2029-45.7570

#f907dc color RGB value is (249,7,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000111 11011100
Octal 371 7 334
Decimal 249 7 220
Hex F9 7 DC

RGB Percentages of Color #f907dc

%52.31
%1.47
%46.22

CMYK Percentages of Color #f907dc

%0
%97
%12
%2

Triadic Colors of #f907dc

#f907dc #dcf907 #07dcf9

Analogous Colors of #f907dc

#f907dc #f90763 #9d07f9

Monochromatic Colors of #f907dc

#f907dc

Complementary Color

#f907dc #07f924

#f907dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f907dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f907dc Color CSS Codes

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

#f907dc Text Font Color

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

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


#f907dc Background Color

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

This div background color is #f907dc


#f907dc Border Color

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

This div border color is #f907dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f907dc


Comments

No comments written yet.

Please login to write comment.