Color Hex Logo

#f532ce Color Hex

#F532CE
(245,50,206)
0 Favorites   0 Comments

Color spaces of #f532ce

RGB 24550206
HSL0.870.910.58
HSV312°80°96°
CMYK 0.000.800.16   0.04
XYZ49.937426.149960.8080
Yxy26.14990.36480.1910
Hunter Lab51.137084.8230-34.7070
CIE-Lab58.179183.7215-36.8063

#f532ce color RGB value is (245,50,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110010 11001110
Octal 365 62 316
Decimal 245 50 206
Hex F5 32 CE

RGB Percentages of Color #f532ce

%48.90
%9.98
%41.12

CMYK Percentages of Color #f532ce

%0
%80
%16
%4

Triadic Colors of #f532ce

#f532ce #cef532 #32cef5

Analogous Colors of #f532ce

#f532ce #f5326d #bb32f5

Monochromatic Colors of #f532ce

#f532ce

Complementary Color

#f532ce #32f559

#f532ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f532ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f532ce Color CSS Codes

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

#f532ce Text Font Color

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

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


#f532ce Background Color

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

This div background color is #f532ce


#f532ce Border Color

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

This div border color is #f532ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f532ce


Comments

No comments written yet.

Please login to write comment.