Color Hex Logo

#f83cbf Color Hex

#F83CBF
(248,60,191)
0 Favorites   0 Comments

Color spaces of #f83cbf

RGB 24860191
HSL0.880.930.60
HSV318°76°97°
CMYK 0.000.760.23   0.03
XYZ49.731226.949851.8709
Yxy26.94980.38690.2096
Hunter Lab51.913280.1493-22.9025
CIE-Lab58.927879.9379-27.0154

#f83cbf color RGB value is (248,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111100 10111111
Octal 370 74 277
Decimal 248 60 191
Hex F8 3C BF

RGB Percentages of Color #f83cbf

%49.70
%12.02
%38.28

CMYK Percentages of Color #f83cbf

%0
%76
%23
%3

Triadic Colors of #f83cbf

#f83cbf #bff83c #3cbff8

Analogous Colors of #f83cbf

#f83cbf #f83c61 #d33cf8

Monochromatic Colors of #f83cbf

#f83cbf

Complementary Color

#f83cbf #3cf875

#f83cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83cbf Color CSS Codes

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

#f83cbf Text Font Color

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

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


#f83cbf Background Color

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

This div background color is #f83cbf


#f83cbf Border Color

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

This div border color is #f83cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83cbf


Comments

No comments written yet.

Please login to write comment.