Color Hex Logo

#f428dd Color Hex

#F428DD
(244,40,221)
0 Favorites   0 Comments

Color spaces of #f428dd

RGB 24440221
HSL0.850.900.56
HSV307°84°96°
CMYK 0.000.840.09   0.04
XYZ51.118225.971170.7253
Yxy25.97110.34580.1757
Hunter Lab50.961889.8644-46.6099
CIE-Lab58.009687.6071-45.6053

#f428dd color RGB value is (244,40,221).

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

The process color (four color CMYK) of #f428dd color hex is 0.00, 0.84, 0.09, 0.04. Web safe color of #f428dd is #ff33cc. Color #f428dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101000 11011101
Octal 364 50 335
Decimal 244 40 221
Hex F4 28 DD

RGB Percentages of Color #f428dd

%48.32
%7.92
%43.76

CMYK Percentages of Color #f428dd

%0
%84
%9
%4

Triadic Colors of #f428dd

#f428dd #ddf428 #28ddf4

Analogous Colors of #f428dd

#f428dd #f42877 #a528f4

Monochromatic Colors of #f428dd

#f428dd

Complementary Color

#f428dd #28f43f

#f428dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f428dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f428dd Color CSS Codes

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

#f428dd Text Font Color

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

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


#f428dd Background Color

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

This div background color is #f428dd


#f428dd Border Color

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

This div border color is #f428dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,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 #f428dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f428dd


Comments

No comments written yet.

Please login to write comment.