Color Hex Logo

#f903cd Color Hex

#F903CD
(249,3,205)
0 Favorites   0 Comments

Color spaces of #f903cd

RGB 2493205
HSL0.860.980.49
HSV311°99°98°
CMYK 0.000.990.18   0.02
XYZ50.118924.612659.8668
Yxy24.61260.37240.1829
Hunter Lab49.611193.5077-36.8188
CIE-Lab56.696090.6022-38.5091

#f903cd color RGB value is (249,3,205).

#f903cd hex color red value is 249, green value is 3 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f903cd hue: 0.86 , saturation: 0.98 and the lightness value of f903cd is 0.49.

The process color (four color CMYK) of #f903cd color hex is 0.00, 0.99, 0.18, 0.02. Web safe color of #f903cd is #ff00cc. Color #f903cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000011 11001101
Octal 371 3 315
Decimal 249 3 205
Hex F9 3 CD

RGB Percentages of Color #f903cd

%54.49
%0.66
%44.86

CMYK Percentages of Color #f903cd

%0
%99
%18
%2

Triadic Colors of #f903cd

#f903cd #cdf903 #03cdf9

Analogous Colors of #f903cd

#f903cd #f90352 #aa03f9

Monochromatic Colors of #f903cd

#f903cd

Complementary Color

#f903cd #03f92f

#f903cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f903cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f903cd Color CSS Codes

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

#f903cd Text Font Color

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

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


#f903cd Background Color

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

This div background color is #f903cd


#f903cd Border Color

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

This div border color is #f903cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f903cd


Comments

No comments written yet.

Please login to write comment.