Color Hex Logo

#f553cd Color Hex

#F553CD
(245,83,205)
0 Favorites   0 Comments

Color spaces of #f553cd

RGB 24583205
HSL0.870.890.64
HSV315°66°96°
CMYK 0.000.660.16   0.04
XYZ51.768930.006860.8210
Yxy30.00680.36300.2104
Hunter Lab54.778572.8308-27.4853
CIE-Lab61.660173.5903-30.8163

#f553cd color RGB value is (245,83,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010011 11001101
Octal 365 123 315
Decimal 245 83 205
Hex F5 53 CD

RGB Percentages of Color #f553cd

%45.97
%15.57
%38.46

CMYK Percentages of Color #f553cd

%0
%66
%16
%4

Triadic Colors of #f553cd

#f553cd #cdf553 #53cdf5

Analogous Colors of #f553cd

#f553cd #f5537c #cc53f5

Monochromatic Colors of #f553cd

#f553cd

Complementary Color

#f553cd #53f57b

#f553cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f553cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f553cd Color CSS Codes

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

#f553cd Text Font Color

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

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


#f553cd Background Color

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

This div background color is #f553cd


#f553cd Border Color

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

This div border color is #f553cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f553cd


Comments

No comments written yet.

Please login to write comment.