color codes Logo

#f812dd color codes

#F812DD
(248,18,221)
0 Favorites   0 Comments

Color spaces of #f812dd

RGB 24818221
HSL0.850.940.52
HSV307°93°97°
CMYK 0.000.930.11   0.03
XYZ51.978925.609570.6102
Yxy25.60950.35070.1728
Hunter Lab50.605894.7830-47.3031
CIE-Lab57.664591.3640-46.1063

#f812dd color RGB value is (248,18,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010010 11011101
Octal 370 22 335
Decimal 248 18 221
Hex F8 12 DD

RGB Percentages of Color #f812dd

%50.92
%3.70
%45.38

CMYK Percentages of Color #f812dd

%0
%93
%11
%3

Triadic Colors of #f812dd

#f812dd #ddf812 #12ddf8

Analogous Colors of #f812dd

#f812dd #f8126a #a012f8

Monochromatic Colors of #f812dd

#f812dd

Complementary Color

#f812dd #12f82d

#f812dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f812dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f812dd Color CSS Codes

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

#f812dd Text Font Color

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

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


#f812dd Background Color

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

This div background color is #f812dd


#f812dd Border Color

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

This div border color is #f812dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f812dd


Comments

No comments written yet.

Please login to write comment.