Color Hex Logo

#f553dd Color Hex

#F553DD
(245,83,221)
0 Favorites   0 Comments

Color spaces of #f553dd

RGB 24583221
HSL0.860.890.64
HSV309°66°96°
CMYK 0.000.660.10   0.04
XYZ53.800630.819471.5198
Yxy30.81940.34460.1974
Hunter Lab55.515275.8353-37.5222
CIE-Lab62.354975.8689-38.7597

#f553dd color RGB value is (245,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010011 11011101
Octal 365 123 335
Decimal 245 83 221
Hex F5 53 DD

RGB Percentages of Color #f553dd

%44.63
%15.12
%40.26

CMYK Percentages of Color #f553dd

%0
%66
%10
%4

Triadic Colors of #f553dd

#f553dd #ddf553 #53ddf5

Analogous Colors of #f553dd

#f553dd #f5538c #bc53f5

Monochromatic Colors of #f553dd

#f553dd

Complementary Color

#f553dd #53f56b

#f553dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f553dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f553dd Color CSS Codes

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

#f553dd Text Font Color

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

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


#f553dd Background Color

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

This div background color is #f553dd


#f553dd Border Color

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

This div border color is #f553dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f553dd


Comments

No comments written yet.

Please login to write comment.