Color Hex Logo

#f83caf Color Hex

#F83CAF
(248,60,175)
0 Favorites   0 Comments

Color spaces of #f83caf

RGB 24860175
HSL0.900.930.60
HSV323°76°97°
CMYK 0.000.760.29   0.03
XYZ48.065126.283343.0973
Yxy26.28330.40930.2238
Hunter Lab51.267277.6333-13.9545
CIE-Lab58.305078.0720-18.7332

#f83caf color RGB value is (248,60,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111100 10101111
Octal 370 74 257
Decimal 248 60 175
Hex F8 3C AF

RGB Percentages of Color #f83caf

%51.35
%12.42
%36.23

CMYK Percentages of Color #f83caf

%0
%76
%29
%3

Triadic Colors of #f83caf

#f83caf #aff83c #3caff8

Analogous Colors of #f83caf

#f83caf #f83c51 #e33cf8

Monochromatic Colors of #f83caf

#f83caf

Complementary Color

#f83caf #3cf885

#f83caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83caf Color CSS Codes

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

#f83caf Text Font Color

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

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


#f83caf Background Color

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

This div background color is #f83caf


#f83caf Border Color

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

This div border color is #f83caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83caf


Comments

No comments written yet.

Please login to write comment.