Color Hex Logo

#f83bbe Color Hex

#F83BBE
(248,59,190)
0 Favorites   0 Comments

Color spaces of #f83bbe

RGB 24859190
HSL0.880.930.60
HSV318°76°97°
CMYK 0.000.760.23   0.03
XYZ49.569626.802151.2759
Yxy26.80210.38830.2100
Hunter Lab51.770780.3119-22.4838
CIE-Lab58.790780.0921-26.6522

#f83bbe color RGB value is (248,59,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111011 10111110
Octal 370 73 276
Decimal 248 59 190
Hex F8 3B BE

RGB Percentages of Color #f83bbe

%49.90
%11.87
%38.23

CMYK Percentages of Color #f83bbe

%0
%76
%23
%3

Triadic Colors of #f83bbe

#f83bbe #bef83b #3bbef8

Analogous Colors of #f83bbe

#f83bbe #f83b5f #d43bf8

Monochromatic Colors of #f83bbe

#f83bbe

Complementary Color

#f83bbe #3bf875

#f83bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83bbe Color CSS Codes

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

#f83bbe Text Font Color

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

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


#f83bbe Background Color

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

This div background color is #f83bbe


#f83bbe Border Color

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

This div border color is #f83bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83bbe


Comments

No comments written yet.

Please login to write comment.