Color Hex Logo

#f028dd Color Hex

#F028DD
(240,40,221)
0 Favorites   0 Comments

Color spaces of #f028dd

RGB 24040221
HSL0.850.870.55
HSV306°83°94°
CMYK 0.000.830.08   0.06
XYZ49.745125.263370.6611
Yxy25.26330.34150.1734
Hunter Lab50.262688.7026-48.1683
CIE-Lab57.331186.8580-46.7228

#f028dd color RGB value is (240,40,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101000 11011101
Octal 360 50 335
Decimal 240 40 221
Hex F0 28 DD

RGB Percentages of Color #f028dd

%47.90
%7.98
%44.11

CMYK Percentages of Color #f028dd

%0
%83
%8
%6

Triadic Colors of #f028dd

#f028dd #ddf028 #28ddf0

Analogous Colors of #f028dd

#f028dd #f02879 #9f28f0

Monochromatic Colors of #f028dd

#f028dd

Complementary Color

#f028dd #28f03b

#f028dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f028dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f028dd Color CSS Codes

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

#f028dd Text Font Color

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

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


#f028dd Background Color

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

This div background color is #f028dd


#f028dd Border Color

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

This div border color is #f028dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f028dd


Comments

No comments written yet.

Please login to write comment.