Color Hex Logo

#f823db Color Hex

#F823DB
(248,35,219)
0 Favorites   0 Comments

Color spaces of #f823db

RGB 24835219
HSL0.860.940.55
HSV308°86°97°
CMYK 0.000.860.12   0.03
XYZ52.098626.273069.3431
Yxy26.27300.35270.1779
Hunter Lab51.257291.7301-44.3302
CIE-Lab58.295388.9588-43.9770

#f823db color RGB value is (248,35,219).

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

The process color (four color CMYK) of #f823db color hex is 0.00, 0.86, 0.12, 0.03. Web safe color of #f823db is #ff33cc. Color #f823db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100011 11011011
Octal 370 43 333
Decimal 248 35 219
Hex F8 23 DB

RGB Percentages of Color #f823db

%49.40
%6.97
%43.63

CMYK Percentages of Color #f823db

%0
%86
%12
%3

Triadic Colors of #f823db

#f823db #dbf823 #23dbf8

Analogous Colors of #f823db

#f823db #f82371 #ab23f8

Monochromatic Colors of #f823db

#f823db

Complementary Color

#f823db #23f840

#f823db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f823db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f823db Color CSS Codes

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

#f823db Text Font Color

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

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


#f823db Background Color

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

This div background color is #f823db


#f823db Border Color

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

This div border color is #f823db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,35,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 #f823db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f823db

Related Colors


Comments

No comments written yet.

Please login to write comment.