Color Hex Logo

#f82bda Color Hex

#F82BDA
(248,43,218)
0 Favorites   0 Comments

Color spaces of #f82bda

RGB 24843218
HSL0.860.940.57
HSV309°83°97°
CMYK 0.000.830.12   0.03
XYZ52.230226.746268.7394
Yxy26.74620.35360.1811
Hunter Lab51.716789.7680-42.6037
CIE-Lab58.738787.3919-42.7118

#f82bda color RGB value is (248,43,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101011 11011010
Octal 370 53 332
Decimal 248 43 218
Hex F8 2B DA

RGB Percentages of Color #f82bda

%48.72
%8.45
%42.83

CMYK Percentages of Color #f82bda

%0
%83
%12
%3

Triadic Colors of #f82bda

#f82bda #daf82b #2bdaf8

Analogous Colors of #f82bda

#f82bda #f82b74 #b02bf8

Monochromatic Colors of #f82bda

#f82bda

Complementary Color

#f82bda #2bf849

#f82bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82bda Color CSS Codes

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

#f82bda Text Font Color

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

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


#f82bda Background Color

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

This div background color is #f82bda


#f82bda Border Color

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

This div border color is #f82bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82bda


Comments

No comments written yet.

Please login to write comment.