Color Hex Logo

#f541cc Color Hex

#F541CC
(245,65,204)
0 Favorites   0 Comments

Color spaces of #f541cc

RGB 24565204
HSL0.870.900.61
HSV314°73°96°
CMYK 0.000.730.17   0.04
XYZ50.445627.552759.7862
Yxy27.55270.36610.2000
Hunter Lab52.490779.6869-30.7871
CIE-Lab59.482579.4674-33.6313

#f541cc color RGB value is (245,65,204).

#f541cc hex color red value is 245, green value is 65 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f541cc hue: 0.87 , saturation: 0.90 and the lightness value of f541cc is 0.61.

The process color (four color CMYK) of #f541cc color hex is 0.00, 0.73, 0.17, 0.04. Web safe color of #f541cc is #ff33cc. Color #f541cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000001 11001100
Octal 365 101 314
Decimal 245 65 204
Hex F5 41 CC

RGB Percentages of Color #f541cc

%47.67
%12.65
%39.69

CMYK Percentages of Color #f541cc

%0
%73
%17
%4

Triadic Colors of #f541cc

#f541cc #ccf541 #41ccf5

Analogous Colors of #f541cc

#f541cc #f54172 #c441f5

Monochromatic Colors of #f541cc

#f541cc

Complementary Color

#f541cc #41f56a

#f541cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f541cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f541cc Color CSS Codes

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

#f541cc Text Font Color

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

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


#f541cc Background Color

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

This div background color is #f541cc


#f541cc Border Color

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

This div border color is #f541cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f541cc


Comments

No comments written yet.

Please login to write comment.