Color Hex Logo

#f028df Color Hex

#F028DF
(240,40,223)
0 Favorites   0 Comments

Color spaces of #f028df

RGB 24040223
HSL0.850.870.55
HSV305°83°94°
CMYK 0.000.830.07   0.06
XYZ50.013325.370672.0731
Yxy25.37060.33920.1721
Hunter Lab50.369289.0925-49.5793
CIE-Lab57.434787.1340-47.6898

#f028df color RGB value is (240,40,223).

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

The process color (four color CMYK) of #f028df color hex is 0.00, 0.83, 0.07, 0.06. Web safe color of #f028df is #ff33cc. Color #f028df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101000 11011111
Octal 360 50 337
Decimal 240 40 223
Hex F0 28 DF

RGB Percentages of Color #f028df

%47.71
%7.95
%44.33

CMYK Percentages of Color #f028df

%0
%83
%7
%6

Triadic Colors of #f028df

#f028df #dff028 #28dff0

Analogous Colors of #f028df

#f028df #f0287b #9d28f0

Monochromatic Colors of #f028df

#f028df

Complementary Color

#f028df #28f039

#f028df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f028df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f028df Color CSS Codes

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

#f028df Text Font Color

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

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


#f028df Background Color

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

This div background color is #f028df


#f028df Border Color

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

This div border color is #f028df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f028df


Comments

No comments written yet.

Please login to write comment.