Color Hex Logo

#f83cac Color Hex

#F83CAC
(248,60,172)
0 Favorites   0 Comments

Color spaces of #f83cac

RGB 24860172
HSL0.900.930.60
HSV324°76°97°
CMYK 0.000.760.31   0.03
XYZ47.773726.166741.5625
Yxy26.16670.41360.2265
Hunter Lab51.153477.1881-12.3662
CIE-Lab58.194977.7397-17.1587

#f83cac color RGB value is (248,60,172).

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

The process color (four color CMYK) of #f83cac color hex is 0.00, 0.76, 0.31, 0.03. Web safe color of #f83cac is #ff3399. Color #f83cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111100 10101100
Octal 370 74 254
Decimal 248 60 172
Hex F8 3C AC

RGB Percentages of Color #f83cac

%51.67
%12.50
%35.83

CMYK Percentages of Color #f83cac

%0
%76
%31
%3

Triadic Colors of #f83cac

#f83cac #acf83c #3cacf8

Analogous Colors of #f83cac

#f83cac #f83c4e #e63cf8

Monochromatic Colors of #f83cac

#f83cac

Complementary Color

#f83cac #3cf888

#f83cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83cac Color CSS Codes

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

#f83cac Text Font Color

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

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


#f83cac Background Color

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

This div background color is #f83cac


#f83cac Border Color

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

This div border color is #f83cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83cac

Related Colors


Comments

No comments written yet.

Please login to write comment.