Color Hex Logo

#f849dc Color Hex

#F849DC
(248,73,220)
0 Favorites   0 Comments

Color spaces of #f849dc

RGB 24873220
HSL0.860.930.63
HSV310°71°97°
CMYK 0.000.710.11   0.03
XYZ54.012229.888970.6325
Yxy29.88890.34950.1934
Hunter Lab54.670780.6761-38.3309
CIE-Lab61.558279.8442-39.4112

#f849dc color RGB value is (248,73,220).

#f849dc hex color red value is 248, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f849dc hue: 0.86 , saturation: 0.93 and the lightness value of f849dc is 0.63.

The process color (four color CMYK) of #f849dc color hex is 0.00, 0.71, 0.11, 0.03. Web safe color of #f849dc is #ff33cc. Color #f849dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001001 11011100
Octal 370 111 334
Decimal 248 73 220
Hex F8 49 DC

RGB Percentages of Color #f849dc

%45.84
%13.49
%40.67

CMYK Percentages of Color #f849dc

%0
%71
%11
%3

Triadic Colors of #f849dc

#f849dc #dcf849 #49dcf8

Analogous Colors of #f849dc

#f849dc #f84985 #bd49f8

Monochromatic Colors of #f849dc

#f849dc

Complementary Color

#f849dc #49f865

#f849dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f849dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f849dc Color CSS Codes

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

#f849dc Text Font Color

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

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


#f849dc Background Color

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

This div background color is #f849dc


#f849dc Border Color

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

This div border color is #f849dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f849dc


Comments

No comments written yet.

Please login to write comment.