Color Hex Logo

#f82ddb Color Hex

#F82DDB
(248,45,219)
0 Favorites   0 Comments

Color spaces of #f82ddb

RGB 24845219
HSL0.860.940.57
HSV309°82°97°
CMYK 0.000.820.12   0.03
XYZ52.436026.947769.4556
Yxy26.94770.35230.1811
Hunter Lab51.911289.4601-42.9904
CIE-Lab58.925987.1221-42.9828

#f82ddb color RGB value is (248,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101101 11011011
Octal 370 55 333
Decimal 248 45 219
Hex F8 2D DB

RGB Percentages of Color #f82ddb

%48.44
%8.79
%42.77

CMYK Percentages of Color #f82ddb

%0
%82
%12
%3

Triadic Colors of #f82ddb

#f82ddb #dbf82d #2ddbf8

Analogous Colors of #f82ddb

#f82ddb #f82d76 #b02df8

Monochromatic Colors of #f82ddb

#f82ddb

Complementary Color

#f82ddb #2df84a

#f82ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82ddb Color CSS Codes

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

#f82ddb Text Font Color

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

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


#f82ddb Background Color

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

This div background color is #f82ddb


#f82ddb Border Color

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

This div border color is #f82ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82ddb


Comments

No comments written yet.

Please login to write comment.