Color Hex Logo

#f828bd Color Hex

#F828BD
(248,40,189)
0 Favorites   0 Comments

Color spaces of #f828bd

RGB 24840189
HSL0.880.940.56
HSV317°84°97°
CMYK 0.000.840.24   0.03
XYZ48.655525.148250.4338
Yxy25.14820.39160.2024
Hunter Lab50.148085.4286-24.5243
CIE-Lab57.219584.3751-28.5046

#f828bd color RGB value is (248,40,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 10111101
Octal 370 50 275
Decimal 248 40 189
Hex F8 28 BD

RGB Percentages of Color #f828bd

%51.99
%8.39
%39.62

CMYK Percentages of Color #f828bd

%0
%84
%24
%3

Triadic Colors of #f828bd

#f828bd #bdf828 #28bdf8

Analogous Colors of #f828bd

#f828bd #f82855 #cb28f8

Monochromatic Colors of #f828bd

#f828bd

Complementary Color

#f828bd #28f863

#f828bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f828bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f828bd Color CSS Codes

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

#f828bd Text Font Color

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

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


#f828bd Background Color

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

This div background color is #f828bd


#f828bd Border Color

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

This div border color is #f828bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f828bd


Comments

No comments written yet.

Please login to write comment.