Color Hex Logo

#f828c5 Color Hex

#F828C5
(248,40,197)
0 Favorites   0 Comments

Color spaces of #f828c5

RGB 24840197
HSL0.870.940.56
HSV315°84°97°
CMYK 0.000.840.21   0.03
XYZ49.548225.505355.1348
Yxy25.50530.38060.1959
Hunter Lab50.502886.7463-29.3760
CIE-Lab57.564585.3196-32.5758

#f828c5 color RGB value is (248,40,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 11000101
Octal 370 50 305
Decimal 248 40 197
Hex F8 28 C5

RGB Percentages of Color #f828c5

%51.13
%8.25
%40.62

CMYK Percentages of Color #f828c5

%0
%84
%21
%3

Triadic Colors of #f828c5

#f828c5 #c5f828 #28c5f8

Analogous Colors of #f828c5

#f828c5 #f8285d #c328f8

Monochromatic Colors of #f828c5

#f828c5

Complementary Color

#f828c5 #28f85b

#f828c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f828c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f828c5 Color CSS Codes

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

#f828c5 Text Font Color

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

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


#f828c5 Background Color

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

This div background color is #f828c5


#f828c5 Border Color

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

This div border color is #f828c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f828c5


Comments

No comments written yet.

Please login to write comment.