Color Hex Logo

#f553dc Color Hex

#F553DC
(245,83,220)
0 Favorites   0 Comments

Color spaces of #f553dc

RGB 24583220
HSL0.860.890.64
HSV309°66°96°
CMYK 0.000.660.10   0.04
XYZ53.667730.766370.8200
Yxy30.76630.34570.1982
Hunter Lab55.467475.6405-36.8735
CIE-Lab62.309975.7221-38.2684

#f553dc color RGB value is (245,83,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010011 11011100
Octal 365 123 334
Decimal 245 83 220
Hex F5 53 DC

RGB Percentages of Color #f553dc

%44.71
%15.15
%40.15

CMYK Percentages of Color #f553dc

%0
%66
%10
%4

Triadic Colors of #f553dc

#f553dc #dcf553 #53dcf5

Analogous Colors of #f553dc

#f553dc #f5538b #bd53f5

Monochromatic Colors of #f553dc

#f553dc

Complementary Color

#f553dc #53f56c

#f553dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f553dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f553dc Color CSS Codes

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

#f553dc Text Font Color

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

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


#f553dc Background Color

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

This div background color is #f553dc


#f553dc Border Color

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

This div border color is #f553dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,83,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f553dc


Comments

No comments written yet.

Please login to write comment.