color codes Logo

#f821db color codes

#F821DB
(248,33,219)
0 Favorites   0 Comments

Color spaces of #f821db

RGB 24833219
HSL0.860.940.55
HSV308°87°97°
CMYK 0.000.870.12   0.03
XYZ52.041426.158669.3241
Yxy26.15860.35280.1773
Hunter Lab51.145592.1222-44.5616
CIE-Lab58.187389.2745-44.1475

#f821db color RGB value is (248,33,219).

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

The process color (four color CMYK) of #f821db color code is 0.00, 0.87, 0.12, 0.03. Web safe color of #f821db is #ff33cc. Color #f821db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100001 11011011
Octal 370 41 333
Decimal 248 33 219
Hex F8 21 DB

RGB Percentages of Color #f821db

%49.60
%6.60
%43.80

CMYK Percentages of Color #f821db

%0
%87
%12
%3

Triadic Colors of #f821db

#f821db #dbf821 #21dbf8

Analogous Colors of #f821db

#f821db #f82170 #aa21f8

Monochromatic Colors of #f821db

#f821db

Complementary Color

#f821db #21f83e

#f821db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f821db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f821db Color CSS Codes

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

#f821db Text Font Color

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

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


#f821db Background Color

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

This div background color is #f821db


#f821db Border Color

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

This div border color is #f821db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f821db


Comments

No comments written yet.

Please login to write comment.