Color Hex Logo

#f83abd Color Hex

#F83ABD
(248,58,189)
0 Favorites   0 Comments

Color spaces of #f83abd

RGB 24858189
HSL0.890.930.60
HSV319°77°97°
CMYK 0.000.770.24   0.03
XYZ49.409826.656750.6852
Yxy26.65670.38980.2103
Hunter Lab51.630180.4710-22.0638
CIE-Lab58.655280.2432-26.2860

#f83abd color RGB value is (248,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111010 10111101
Octal 370 72 275
Decimal 248 58 189
Hex F8 3A BD

RGB Percentages of Color #f83abd

%50.10
%11.72
%38.18

CMYK Percentages of Color #f83abd

%0
%77
%24
%3

Triadic Colors of #f83abd

#f83abd #bdf83a #3abdf8

Analogous Colors of #f83abd

#f83abd #f83a5e #d43af8

Monochromatic Colors of #f83abd

#f83abd

Complementary Color

#f83abd #3af875

#f83abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83abd Color CSS Codes

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

#f83abd Text Font Color

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

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


#f83abd Background Color

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

This div background color is #f83abd


#f83abd Border Color

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

This div border color is #f83abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83abd


Comments

No comments written yet.

Please login to write comment.