Color Hex Logo

#f55acc Color Hex

#F55ACC
(245,90,204)
0 Favorites   0 Comments

Color spaces of #f55acc

RGB 24590204
HSL0.880.890.66
HSV316°63°96°
CMYK 0.000.630.17   0.04
XYZ52.211431.084460.3748
Yxy31.08440.36340.2164
Hunter Lab55.753469.5916-25.1772
CIE-Lab62.578870.7904-28.8285

#f55acc color RGB value is (245,90,204).

#f55acc hex color red value is 245, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f55acc hue: 0.88 , saturation: 0.89 and the lightness value of f55acc is 0.66.

The process color (four color CMYK) of #f55acc color hex is 0.00, 0.63, 0.17, 0.04. Web safe color of #f55acc is #ff66cc. Color #f55acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011010 11001100
Octal 365 132 314
Decimal 245 90 204
Hex F5 5A CC

RGB Percentages of Color #f55acc

%45.45
%16.70
%37.85

CMYK Percentages of Color #f55acc

%0
%63
%17
%4

Triadic Colors of #f55acc

#f55acc #ccf55a #5accf5

Analogous Colors of #f55acc

#f55acc #f55a7f #d15af5

Monochromatic Colors of #f55acc

#f55acc

Complementary Color

#f55acc #5af583

#f55acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55acc Color CSS Codes

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

#f55acc Text Font Color

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

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


#f55acc Background Color

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

This div background color is #f55acc


#f55acc Border Color

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

This div border color is #f55acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55acc


Comments

No comments written yet.

Please login to write comment.