Color Hex Logo

#f828af Color Hex

#F828AF
(248,40,175)
0 Favorites   0 Comments

Color spaces of #f828af

RGB 24840175
HSL0.890.940.56
HSV321°84°97°
CMYK 0.000.840.29   0.03
XYZ47.208124.569242.8116
Yxy24.56920.41200.2144
Hunter Lab49.567383.2612-16.5120
CIE-Lab56.653282.8099-21.2559

#f828af color RGB value is (248,40,175).

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

The process color (four color CMYK) of #f828af color hex is 0.00, 0.84, 0.29, 0.03. Web safe color of #f828af is #ff3399. Color #f828af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 10101111
Octal 370 50 257
Decimal 248 40 175
Hex F8 28 AF

RGB Percentages of Color #f828af

%53.56
%8.64
%37.80

CMYK Percentages of Color #f828af

%0
%84
%29
%3

Triadic Colors of #f828af

#f828af #aff828 #28aff8

Analogous Colors of #f828af

#f828af #f82847 #d928f8

Monochromatic Colors of #f828af

#f828af

Complementary Color

#f828af #28f871

#f828af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f828af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f828af Color CSS Codes

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

#f828af Text Font Color

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

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


#f828af Background Color

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

This div background color is #f828af


#f828af Border Color

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

This div border color is #f828af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f828af


Comments

No comments written yet.

Please login to write comment.