Color Hex Logo

#f83abc Color Hex

#F83ABC
(248,58,188)
0 Favorites   0 Comments

Color spaces of #f83abc

RGB 24858188
HSL0.890.930.60
HSV319°77°97°
CMYK 0.000.770.24   0.03
XYZ49.301626.613450.1154
Yxy26.61340.39120.2112
Hunter Lab51.588280.3089-21.4856
CIE-Lab58.614880.1238-25.7727

#f83abc color RGB value is (248,58,188).

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

The process color (four color CMYK) of #f83abc color hex is 0.00, 0.77, 0.24, 0.03. Web safe color of #f83abc is #ff33cc. Color #f83abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111010 10111100
Octal 370 72 274
Decimal 248 58 188
Hex F8 3A BC

RGB Percentages of Color #f83abc

%50.20
%11.74
%38.06

CMYK Percentages of Color #f83abc

%0
%77
%24
%3

Triadic Colors of #f83abc

#f83abc #bcf83a #3abcf8

Analogous Colors of #f83abc

#f83abc #f83a5d #d53af8

Monochromatic Colors of #f83abc

#f83abc

Complementary Color

#f83abc #3af876

#f83abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83abc Color CSS Codes

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

#f83abc Text Font Color

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

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


#f83abc Background Color

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

This div background color is #f83abc


#f83abc Border Color

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

This div border color is #f83abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83abc


Comments

No comments written yet.

Please login to write comment.