color codes Logo

#f802dd color codes

#F802DD
(248,2,221)
0 Favorites   0 Comments

Color spaces of #f802dd

RGB 2482221
HSL0.850.980.49
HSV307°99°97°
CMYK 0.000.990.11   0.03
XYZ51.784325.220370.5453
Yxy25.22030.35100.1709
Hunter Lab50.219896.1761-48.1326
CIE-Lab57.289492.4698-46.6999

#f802dd color RGB value is (248,2,221).

#f802dd hex color red value is 248, green value is 2 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f802dd hue: 0.85 , saturation: 0.98 and the lightness value of f802dd is 0.49.

The process color (four color CMYK) of #f802dd color code is 0.00, 0.99, 0.11, 0.03. Web safe color of #f802dd is #ff00cc. Color #f802dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000010 11011101
Octal 370 2 335
Decimal 248 2 221
Hex F8 2 DD

RGB Percentages of Color #f802dd

%52.65
%0.42
%46.92

CMYK Percentages of Color #f802dd

%0
%99
%11
%3

Triadic Colors of #f802dd

#f802dd #ddf802 #02ddf8

Analogous Colors of #f802dd

#f802dd #f80262 #9802f8

Monochromatic Colors of #f802dd

#f802dd

Complementary Color

#f802dd #02f81d

#f802dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f802dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f802dd Color CSS Codes

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

#f802dd Text Font Color

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

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


#f802dd Background Color

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

This div background color is #f802dd


#f802dd Border Color

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

This div border color is #f802dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f802dd


Comments

No comments written yet.

Please login to write comment.