Color Hex Logo

#f83cbe Color Hex

#F83CBE
(248,60,190)
0 Favorites   0 Comments

Color spaces of #f83cbe

RGB 24860190
HSL0.880.930.60
HSV319°76°97°
CMYK 0.000.760.23   0.03
XYZ49.621526.905951.2932
Yxy26.90590.38820.2105
Hunter Lab51.870979.9852-22.3200
CIE-Lab58.887179.8169-26.5035

#f83cbe color RGB value is (248,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111100 10111110
Octal 370 74 276
Decimal 248 60 190
Hex F8 3C BE

RGB Percentages of Color #f83cbe

%49.80
%12.05
%38.15

CMYK Percentages of Color #f83cbe

%0
%76
%23
%3

Triadic Colors of #f83cbe

#f83cbe #bef83c #3cbef8

Analogous Colors of #f83cbe

#f83cbe #f83c60 #d43cf8

Monochromatic Colors of #f83cbe

#f83cbe

Complementary Color

#f83cbe #3cf876

#f83cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83cbe Color CSS Codes

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

#f83cbe Text Font Color

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

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


#f83cbe Background Color

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

This div background color is #f83cbe


#f83cbe Border Color

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

This div border color is #f83cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83cbe

Related Colors


Comments

No comments written yet.

Please login to write comment.