Color Hex Logo

#f883cb Color Hex

#F883CB
(248,131,203)
0 Favorites   0 Comments

Color spaces of #f883cb

RGB 248131203
HSL0.900.890.74
HSV323°47°97°
CMYK 0.000.470.18   0.03
XYZ57.607240.500961.2811
Yxy40.50090.36140.2541
Hunter Lab63.640350.2076-12.5438
CIE-Lab69.824853.2042-17.1535

#f883cb color RGB value is (248,131,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000011 11001011
Octal 370 203 313
Decimal 248 131 203
Hex F8 83 CB

RGB Percentages of Color #f883cb

%42.61
%22.51
%34.88

CMYK Percentages of Color #f883cb

%0
%47
%18
%3

Triadic Colors of #f883cb

#f883cb #cbf883 #83cbf8

Analogous Colors of #f883cb

#f883cb #f88391 #eb83f8

Monochromatic Colors of #f883cb

#f883cb

Complementary Color

#f883cb #83f8b0

#f883cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f883cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f883cb Color CSS Codes

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

#f883cb Text Font Color

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

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


#f883cb Background Color

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

This div background color is #f883cb


#f883cb Border Color

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

This div border color is #f883cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f883cb


Comments

No comments written yet.

Please login to write comment.