Color Hex Logo

#f83bcb Color Hex

#F83BCB
(248,59,203)
0 Favorites   0 Comments

Color spaces of #f83bcb

RGB 24859203
HSL0.870.930.60
HSV314°76°97°
CMYK 0.000.760.18   0.03
XYZ51.054927.396259.0970
Yxy27.39620.37120.1992
Hunter Lab52.341482.5153-30.3035
CIE-Lab59.339381.7079-33.2464

#f83bcb color RGB value is (248,59,203).

#f83bcb hex color red value is 248, green value is 59 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f83bcb hue: 0.87 , saturation: 0.93 and the lightness value of f83bcb is 0.60.

The process color (four color CMYK) of #f83bcb color hex is 0.00, 0.76, 0.18, 0.03. Web safe color of #f83bcb is #ff33cc. Color #f83bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111011 11001011
Octal 370 73 313
Decimal 248 59 203
Hex F8 3B CB

RGB Percentages of Color #f83bcb

%48.63
%11.57
%39.80

CMYK Percentages of Color #f83bcb

%0
%76
%18
%3

Triadic Colors of #f83bcb

#f83bcb #cbf83b #3bcbf8

Analogous Colors of #f83bcb

#f83bcb #f83b6d #c73bf8

Monochromatic Colors of #f83bcb

#f83bcb

Complementary Color

#f83bcb #3bf868

#f83bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83bcb Color CSS Codes

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

#f83bcb Text Font Color

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

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


#f83bcb Background Color

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

This div background color is #f83bcb


#f83bcb Border Color

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

This div border color is #f83bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83bcb


Comments

No comments written yet.

Please login to write comment.