Color Hex Logo

#f554dd Color Hex

#F554DD
(245,84,221)
0 Favorites   0 Comments

Color spaces of #f554dd

RGB 24584221
HSL0.860.890.65
HSV309°66°96°
CMYK 0.000.660.10   0.04
XYZ53.877730.973671.5454
Yxy30.97360.34450.1980
Hunter Lab55.653975.4087-37.2620
CIE-Lab62.485375.5040-38.5555

#f554dd color RGB value is (245,84,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010100 11011101
Octal 365 124 335
Decimal 245 84 221
Hex F5 54 DD

RGB Percentages of Color #f554dd

%44.55
%15.27
%40.18

CMYK Percentages of Color #f554dd

%0
%66
%10
%4

Triadic Colors of #f554dd

#f554dd #ddf554 #54ddf5

Analogous Colors of #f554dd

#f554dd #f5548d #bd54f5

Monochromatic Colors of #f554dd

#f554dd

Complementary Color

#f554dd #54f56c

#f554dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f554dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f554dd Color CSS Codes

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

#f554dd Text Font Color

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

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


#f554dd Background Color

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

This div background color is #f554dd


#f554dd Border Color

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

This div border color is #f554dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f554dd


Comments

No comments written yet.

Please login to write comment.