Color Hex Logo

#f828de Color Hex

#F828DE
(248,40,222)
0 Favorites   0 Comments

Color spaces of #f828de

RGB 24840222
HSL0.850.940.56
HSV308°84°97°
CMYK 0.000.840.10   0.03
XYZ52.655026.748071.4949
Yxy26.74800.34890.1773
Hunter Lab51.718591.2250-45.7588
CIE-Lab58.740388.4920-44.9714

#f828de color RGB value is (248,40,222).

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

The process color (four color CMYK) of #f828de color hex is 0.00, 0.84, 0.10, 0.03. Web safe color of #f828de is #ff33cc. Color #f828de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 11011110
Octal 370 50 336
Decimal 248 40 222
Hex F8 28 DE

RGB Percentages of Color #f828de

%48.63
%7.84
%43.53

CMYK Percentages of Color #f828de

%0
%84
%10
%3

Triadic Colors of #f828de

#f828de #def828 #28def8

Analogous Colors of #f828de

#f828de #f82876 #aa28f8

Monochromatic Colors of #f828de

#f828de

Complementary Color

#f828de #28f842

#f828de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f828de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f828de Color CSS Codes

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

#f828de Text Font Color

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

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


#f828de Background Color

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

This div background color is #f828de


#f828de Border Color

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

This div border color is #f828de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f828de


Comments

No comments written yet.

Please login to write comment.