Color Hex Logo

#f511cc Color Hex

#F511CC
(245,17,204)
0 Favorites   0 Comments

Color spaces of #f511cc

RGB 24517204
HSL0.860.920.51
HSV311°93°96°
CMYK 0.000.930.17   0.04
XYZ48.755724.173059.2229
Yxy24.17300.36890.1829
Hunter Lab49.166090.9696-37.0015
CIE-Lab56.260688.7829-38.6703

#f511cc color RGB value is (245,17,204).

#f511cc hex color red value is 245, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f511cc hue: 0.86 , saturation: 0.92 and the lightness value of f511cc is 0.51.

The process color (four color CMYK) of #f511cc color hex is 0.00, 0.93, 0.17, 0.04. Web safe color of #f511cc is #ff00cc. Color #f511cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010001 11001100
Octal 365 21 314
Decimal 245 17 204
Hex F5 11 CC

RGB Percentages of Color #f511cc

%52.58
%3.65
%43.78

CMYK Percentages of Color #f511cc

%0
%93
%17
%4

Triadic Colors of #f511cc

#f511cc #ccf511 #11ccf5

Analogous Colors of #f511cc

#f511cc #f5115a #ac11f5

Monochromatic Colors of #f511cc

#f511cc

Complementary Color

#f511cc #11f53a

#f511cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f511cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f511cc Color CSS Codes

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

#f511cc Text Font Color

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

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


#f511cc Background Color

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

This div background color is #f511cc


#f511cc Border Color

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

This div border color is #f511cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f511cc


Comments

No comments written yet.

Please login to write comment.