Color Hex Logo

#f531cc Color Hex

#F531CC
(245,49,204)
0 Favorites   0 Comments

Color spaces of #f531cc

RGB 24549204
HSL0.870.910.58
HSV313°80°96°
CMYK 0.000.800.17   0.04
XYZ49.653625.968759.5222
Yxy25.96870.36740.1922
Hunter Lab50.959584.7466-33.5808
CIE-Lab58.007383.6959-35.9332

#f531cc color RGB value is (245,49,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 11001100
Octal 365 61 314
Decimal 245 49 204
Hex F5 31 CC

RGB Percentages of Color #f531cc

%49.20
%9.84
%40.96

CMYK Percentages of Color #f531cc

%0
%80
%17
%4

Triadic Colors of #f531cc

#f531cc #ccf531 #31ccf5

Analogous Colors of #f531cc

#f531cc #f5316a #bc31f5

Monochromatic Colors of #f531cc

#f531cc

Complementary Color

#f531cc #31f55a

#f531cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f531cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f531cc Color CSS Codes

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

#f531cc Text Font Color

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

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


#f531cc Background Color

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

This div background color is #f531cc


#f531cc Border Color

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

This div border color is #f531cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f531cc


Comments

No comments written yet.

Please login to write comment.