Color Hex Logo

#f82dda Color Hex

#F82DDA
(248,45,218)
0 Favorites   0 Comments

Color spaces of #f82dda

RGB 24845218
HSL0.860.940.57
HSV309°82°97°
CMYK 0.000.820.12   0.03
XYZ52.304726.895268.7642
Yxy26.89520.35350.1818
Hunter Lab51.860689.2726-42.3128
CIE-Lab58.877286.9894-42.4935

#f82dda color RGB value is (248,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101101 11011010
Octal 370 55 332
Decimal 248 45 218
Hex F8 2D DA

RGB Percentages of Color #f82dda

%48.53
%8.81
%42.66

CMYK Percentages of Color #f82dda

%0
%82
%12
%3

Triadic Colors of #f82dda

#f82dda #daf82d #2ddaf8

Analogous Colors of #f82dda

#f82dda #f82d75 #b12df8

Monochromatic Colors of #f82dda

#f82dda

Complementary Color

#f82dda #2df84b

#f82dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82dda Color CSS Codes

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

#f82dda Text Font Color

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

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


#f82dda Background Color

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

This div background color is #f82dda


#f82dda Border Color

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

This div border color is #f82dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82dda


Comments

No comments written yet.

Please login to write comment.