Color Hex Logo

#f828c0 Color Hex

#F828C0
(248,40,192)
0 Favorites   0 Comments

Color spaces of #f828c0

RGB 24840192
HSL0.880.940.56
HSV316°84°97°
CMYK 0.000.840.23   0.03
XYZ48.984625.279852.1669
Yxy25.27980.38740.1999
Hunter Lab50.279085.9163-26.3209
CIE-Lab57.347084.7253-30.0374

#f828c0 color RGB value is (248,40,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 11000000
Octal 370 50 300
Decimal 248 40 192
Hex F8 28 C0

RGB Percentages of Color #f828c0

%51.67
%8.33
%40.00

CMYK Percentages of Color #f828c0

%0
%84
%23
%3

Triadic Colors of #f828c0

#f828c0 #c0f828 #28c0f8

Analogous Colors of #f828c0

#f828c0 #f82858 #c828f8

Monochromatic Colors of #f828c0

#f828c0

Complementary Color

#f828c0 #28f860

#f828c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f828c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f828c0 Color CSS Codes

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

#f828c0 Text Font Color

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

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


#f828c0 Background Color

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

This div background color is #f828c0


#f828c0 Border Color

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

This div border color is #f828c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f828c0


Comments

No comments written yet.

Please login to write comment.