Color Hex Logo

#f853db Color Hex

#F853DB
(248,83,219)
0 Favorites   0 Comments

Color spaces of #f853db

RGB 24883219
HSL0.860.920.65
HSV311°67°97°
CMYK 0.000.670.12   0.03
XYZ54.590831.257470.1739
Yxy31.25740.34990.2003
Hunter Lab55.908376.4540-35.2826
CIE-Lab62.724376.2916-37.0252

#f853db color RGB value is (248,83,219).

#f853db hex color red value is 248, green value is 83 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f853db hue: 0.86 , saturation: 0.92 and the lightness value of f853db is 0.65.

The process color (four color CMYK) of #f853db color hex is 0.00, 0.67, 0.12, 0.03. Web safe color of #f853db is #ff66cc. Color #f853db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010011 11011011
Octal 370 123 333
Decimal 248 83 219
Hex F8 53 DB

RGB Percentages of Color #f853db

%45.09
%15.09
%39.82

CMYK Percentages of Color #f853db

%0
%67
%12
%3

Triadic Colors of #f853db

#f853db #dbf853 #53dbf8

Analogous Colors of #f853db

#f853db #f85389 #c353f8

Monochromatic Colors of #f853db

#f853db

Complementary Color

#f853db #53f870

#f853db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f853db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f853db Color CSS Codes

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

#f853db Text Font Color

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

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


#f853db Background Color

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

This div background color is #f853db


#f853db Border Color

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

This div border color is #f853db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f853db


Comments

No comments written yet.

Please login to write comment.