Color Hex Logo

#f531cb Color Hex

#F531CB
(245,49,203)
0 Favorites   0 Comments

Color spaces of #f531cb

RGB 24549203
HSL0.870.910.58
HSV313°80°96°
CMYK 0.000.800.17   0.04
XYZ49.534025.920958.8924
Yxy25.92090.36870.1929
Hunter Lab50.912684.5697-32.9441
CIE-Lab57.961983.5682-35.4328

#f531cb color RGB value is (245,49,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 11001011
Octal 365 61 313
Decimal 245 49 203
Hex F5 31 CB

RGB Percentages of Color #f531cb

%49.30
%9.86
%40.85

CMYK Percentages of Color #f531cb

%0
%80
%17
%4

Triadic Colors of #f531cb

#f531cb #cbf531 #31cbf5

Analogous Colors of #f531cb

#f531cb #f53169 #bd31f5

Monochromatic Colors of #f531cb

#f531cb

Complementary Color

#f531cb #31f55b

#f531cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f531cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f531cb Color CSS Codes

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

#f531cb Text Font Color

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

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


#f531cb Background Color

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

This div background color is #f531cb


#f531cb Border Color

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

This div border color is #f531cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f531cb

Related Colors


Comments

No comments written yet.

Please login to write comment.