Color Hex Logo

#f81ddd Color Hex

#F81DDD
(248,29,221)
0 Favorites   0 Comments

Color spaces of #f81ddd

RGB 24829221
HSL0.850.940.54
HSV307°88°97°
CMYK 0.000.880.11   0.03
XYZ52.201926.055670.6845
Yxy26.05560.35050.1749
Hunter Lab51.044793.2185-46.3710
CIE-Lab58.089890.1148-45.4338

#f81ddd color RGB value is (248,29,221).

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

The process color (four color CMYK) of #f81ddd color hex is 0.00, 0.88, 0.11, 0.03. Web safe color of #f81ddd is #ff33cc. Color #f81ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011101 11011101
Octal 370 35 335
Decimal 248 29 221
Hex F8 1D DD

RGB Percentages of Color #f81ddd

%49.80
%5.82
%44.38

CMYK Percentages of Color #f81ddd

%0
%88
%11
%3

Triadic Colors of #f81ddd

#f81ddd #ddf81d #1dddf8

Analogous Colors of #f81ddd

#f81ddd #f81d70 #a61df8

Monochromatic Colors of #f81ddd

#f81ddd

Complementary Color

#f81ddd #1df838

#f81ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81ddd Color CSS Codes

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

#f81ddd Text Font Color

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

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


#f81ddd Background Color

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

This div background color is #f81ddd


#f81ddd Border Color

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

This div border color is #f81ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81ddd

Related Colors


Comments

No comments written yet.

Please login to write comment.