Color Hex Logo

#f028e7 Color Hex

#F028E7
(240,40,231)
0 Favorites   0 Comments

Color spaces of #f028e7

RGB 24040231
HSL0.840.870.55
HSV303°83°94°
CMYK 0.000.830.04   0.06
XYZ51.117825.812477.8894
Yxy25.81240.33020.1667
Hunter Lab50.805990.6855-55.3320
CIE-Lab57.858688.2572-51.5271

#f028e7 color RGB value is (240,40,231).

#f028e7 hex color red value is 240, green value is 40 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #f028e7 hue: 0.84 , saturation: 0.87 and the lightness value of f028e7 is 0.55.

The process color (four color CMYK) of #f028e7 color hex is 0.00, 0.83, 0.04, 0.06. Web safe color of #f028e7 is #ff33ff. Color #f028e7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101000 11100111
Octal 360 50 347
Decimal 240 40 231
Hex F0 28 E7

RGB Percentages of Color #f028e7

%46.97
%7.83
%45.21

CMYK Percentages of Color #f028e7

%0
%83
%4
%6

Triadic Colors of #f028e7

#f028e7 #e7f028 #28e7f0

Analogous Colors of #f028e7

#f028e7 #f02883 #9528f0

Monochromatic Colors of #f028e7

#f028e7

Complementary Color

#f028e7 #28f031

#f028e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f028e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f028e7 Color CSS Codes

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

#f028e7 Text Font Color

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

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


#f028e7 Background Color

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

This div background color is #f028e7


#f028e7 Border Color

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

This div border color is #f028e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f028e7


Comments

No comments written yet.

Please login to write comment.