color codes Logo

#f983cc color codes

#F983CC
(249,131,204)
0 Favorites   0 Comments

Color spaces of #f983cc

RGB 249131204
HSL0.900.910.75
HSV323°47°98°
CMYK 0.000.470.18   0.02
XYZ58.082340.732061.9275
Yxy40.73200.36130.2534
Hunter Lab63.821650.7601-12.8552
CIE-Lab69.987753.6620-17.4511

#f983cc color RGB value is (249,131,204).

#f983cc hex color red value is 249, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f983cc hue: 0.90 , saturation: 0.91 and the lightness value of f983cc is 0.75.

The process color (four color CMYK) of #f983cc color code is 0.00, 0.47, 0.18, 0.02. Web safe color of #f983cc is #ff99cc. Color #f983cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 11001100
Octal 371 203 314
Decimal 249 131 204
Hex F9 83 CC

RGB Percentages of Color #f983cc

%42.64
%22.43
%34.93

CMYK Percentages of Color #f983cc

%0
%47
%18
%2

Triadic Colors of #f983cc

#f983cc #ccf983 #83ccf9

Analogous Colors of #f983cc

#f983cc #f98391 #eb83f9

Monochromatic Colors of #f983cc

#f983cc

Complementary Color

#f983cc #83f9b0

#f983cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f983cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f983cc Color CSS Codes

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

#f983cc Text Font Color

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

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


#f983cc Background Color

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

This div background color is #f983cc


#f983cc Border Color

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

This div border color is #f983cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f983cc


Comments

No comments written yet.

Please login to write comment.