Color Hex Logo

#f541cd Color Hex

#F541CD
(245,65,205)
0 Favorites   0 Comments

Color spaces of #f541cd

RGB 24565205
HSL0.870.900.61
HSV313°73°96°
CMYK 0.000.730.16   0.04
XYZ50.565927.600860.4200
Yxy27.60080.36490.1992
Hunter Lab52.536579.8659-31.4114
CIE-Lab59.526479.5997-34.1323

#f541cd color RGB value is (245,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000001 11001101
Octal 365 101 315
Decimal 245 65 205
Hex F5 41 CD

RGB Percentages of Color #f541cd

%47.57
%12.62
%39.81

CMYK Percentages of Color #f541cd

%0
%73
%16
%4

Triadic Colors of #f541cd

#f541cd #cdf541 #41cdf5

Analogous Colors of #f541cd

#f541cd #f54173 #c341f5

Monochromatic Colors of #f541cd

#f541cd

Complementary Color

#f541cd #41f569

#f541cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f541cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f541cd Color CSS Codes

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

#f541cd Text Font Color

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

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


#f541cd Background Color

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

This div background color is #f541cd


#f541cd Border Color

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

This div border color is #f541cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f541cd


Comments

No comments written yet.

Please login to write comment.