Color Hex Logo

#f541cf Color Hex

#F541CF
(245,65,207)
0 Favorites   0 Comments

Color spaces of #f541cf

RGB 24565207
HSL0.870.900.61
HSV313°73°96°
CMYK 0.000.730.16   0.04
XYZ50.809027.698161.6998
Yxy27.69810.36240.1976
Hunter Lab52.629080.2265-32.6686
CIE-Lab59.615079.8658-35.1318

#f541cf color RGB value is (245,65,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000001 11001111
Octal 365 101 317
Decimal 245 65 207
Hex F5 41 CF

RGB Percentages of Color #f541cf

%47.39
%12.57
%40.04

CMYK Percentages of Color #f541cf

%0
%73
%16
%4

Triadic Colors of #f541cf

#f541cf #cff541 #41cff5

Analogous Colors of #f541cf

#f541cf #f54175 #c141f5

Monochromatic Colors of #f541cf

#f541cf

Complementary Color

#f541cf #41f567

#f541cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f541cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f541cf Color CSS Codes

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

#f541cf Text Font Color

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

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


#f541cf Background Color

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

This div background color is #f541cf


#f541cf Border Color

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

This div border color is #f541cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f541cf


Comments

No comments written yet.

Please login to write comment.