Color Hex Logo

#f828ec Color Hex

#F828EC
(248,40,236)
0 Favorites   0 Comments

Color spaces of #f828ec

RGB 24840236
HSL0.840.940.56
HSV303°84°97°
CMYK 0.000.840.05   0.03
XYZ54.610527.530281.7924
Yxy27.53020.33310.1679
Hunter Lab52.469293.9634-55.6966
CIE-Lab59.461990.4037-51.7018

#f828ec color RGB value is (248,40,236).

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

The process color (four color CMYK) of #f828ec color hex is 0.00, 0.84, 0.05, 0.03. Web safe color of #f828ec is #ff33ff. Color #f828ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 11101100
Octal 370 50 354
Decimal 248 40 236
Hex F8 28 EC

RGB Percentages of Color #f828ec

%47.33
%7.63
%45.04

CMYK Percentages of Color #f828ec

%0
%84
%5
%3

Triadic Colors of #f828ec

#f828ec #ecf828 #28ecf8

Analogous Colors of #f828ec

#f828ec #f82884 #9c28f8

Monochromatic Colors of #f828ec

#f828ec

Complementary Color

#f828ec #28f834

#f828ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f828ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f828ec Color CSS Codes

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

#f828ec Text Font Color

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

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


#f828ec Background Color

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

This div background color is #f828ec


#f828ec Border Color

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

This div border color is #f828ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f828ec


Comments

No comments written yet.

Please login to write comment.