Color Hex Logo

#f454dd Color Hex

#F454DD
(244,84,221)
0 Favorites   0 Comments

Color spaces of #f454dd

RGB 24484221
HSL0.860.880.64
HSV309°66°96°
CMYK 0.000.660.09   0.04
XYZ53.529730.794271.5292
Yxy30.79420.34350.1976
Hunter Lab55.492575.0744-37.5793
CIE-Lab62.333575.2656-38.8041

#f454dd color RGB value is (244,84,221).

#f454dd hex color red value is 244, green value is 84 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f454dd hue: 0.86 , saturation: 0.88 and the lightness value of f454dd is 0.64.

The process color (four color CMYK) of #f454dd color hex is 0.00, 0.66, 0.09, 0.04. Web safe color of #f454dd is #ff66cc. Color #f454dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010100 11011101
Octal 364 124 335
Decimal 244 84 221
Hex F4 54 DD

RGB Percentages of Color #f454dd

%44.44
%15.30
%40.26

CMYK Percentages of Color #f454dd

%0
%66
%9
%4

Triadic Colors of #f454dd

#f454dd #ddf454 #54ddf4

Analogous Colors of #f454dd

#f454dd #f4548d #bb54f4

Monochromatic Colors of #f454dd

#f454dd

Complementary Color

#f454dd #54f46b

#f454dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f454dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f454dd Color CSS Codes

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

#f454dd Text Font Color

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

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


#f454dd Background Color

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

This div background color is #f454dd


#f454dd Border Color

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

This div border color is #f454dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f454dd


Comments

No comments written yet.

Please login to write comment.