Color Hex Logo

#ff327c Color Hex

#FF327C
(255,50,124)
0 Favorites   0 Comments

Color spaces of #ff327c

RGB 25550124
HSL0.941.000.60
HSV338°80°100°
CMYK 0.000.800.51   0.00
XYZ46.018724.996421.4681
Yxy24.99640.49760.2703
Hunter Lab49.996476.80499.5388
CIE-Lab57.071977.65149.5803

#ff327c color RGB value is (255,50,124).

#ff327c hex color red value is 255, green value is 50 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ff327c hue: 0.94 , saturation: 1.00 and the lightness value of ff327c is 0.60.

The process color (four color CMYK) of #ff327c color hex is 0.00, 0.80, 0.51, 0.00. Web safe color of #ff327c is #ff3366. Color #ff327c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110010 01111100
Octal 377 62 174
Decimal 255 50 124
Hex FF 32 7C

RGB Percentages of Color #ff327c

%59.44
%11.66
%28.90

CMYK Percentages of Color #ff327c

%0
%80
%51
%0

Triadic Colors of #ff327c

#ff327c #7cff32 #327cff

Analogous Colors of #ff327c

#ff327c #ff4e32 #ff32e3

Monochromatic Colors of #ff327c

#ff327c

Complementary Color

#ff327c #32ffb5

#ff327c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff327c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff327c Color CSS Codes

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

#ff327c Text Font Color

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

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


#ff327c Background Color

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

This div background color is #ff327c


#ff327c Border Color

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

This div border color is #ff327c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff327c

Related Colors


Comments

No comments written yet.

Please login to write comment.