color codes Logo

#f883cc color codes

#F883CC
(248,131,204)
0 Favorites   0 Comments

Color spaces of #f883cc

RGB 248131204
HSL0.900.890.74
HSV323°47°97°
CMYK 0.000.470.18   0.03
XYZ57.726840.548761.9109
Yxy40.54870.36040.2531
Hunter Lab63.677950.3819-13.0703
CIE-Lab69.858653.3513-17.6590

#f883cc color RGB value is (248,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000011 11001100
Octal 370 203 314
Decimal 248 131 204
Hex F8 83 CC

RGB Percentages of Color #f883cc

%42.54
%22.47
%34.99

CMYK Percentages of Color #f883cc

%0
%47
%18
%3

Triadic Colors of #f883cc

#f883cc #ccf883 #83ccf8

Analogous Colors of #f883cc

#f883cc #f88392 #ea83f8

Monochromatic Colors of #f883cc

#f883cc

Complementary Color

#f883cc #83f8af

#f883cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f883cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f883cc Color CSS Codes

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

#f883cc Text Font Color

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

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


#f883cc Background Color

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

This div background color is #f883cc


#f883cc Border Color

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

This div border color is #f883cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f883cc


Comments

No comments written yet.

Please login to write comment.