Color Hex Logo

#ff328e Color Hex

#FF328E
(255,50,142)
0 Favorites   0 Comments

Color spaces of #ff328e

RGB 25550142
HSL0.931.000.60
HSV333°80°100°
CMYK 0.000.800.44   0.00
XYZ47.263125.494228.0210
Yxy25.49420.46900.2530
Hunter Lab50.491878.72532.4406
CIE-Lab57.553879.0819-0.3980

#ff328e color RGB value is (255,50,142).

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

The process color (four color CMYK) of #ff328e color hex is 0.00, 0.80, 0.44, 0.00. Web safe color of #ff328e is #ff3399. Color #ff328e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110010 10001110
Octal 377 62 216
Decimal 255 50 142
Hex FF 32 8E

RGB Percentages of Color #ff328e

%57.05
%11.19
%31.77

CMYK Percentages of Color #ff328e

%0
%80
%44
%0

Triadic Colors of #ff328e

#ff328e #8eff32 #328eff

Analogous Colors of #ff328e

#ff328e #ff3d32 #ff32f5

Monochromatic Colors of #ff328e

#ff328e

Complementary Color

#ff328e #32ffa3

#ff328e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff328e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff328e Color CSS Codes

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

#ff328e Text Font Color

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

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


#ff328e Background Color

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

This div background color is #ff328e


#ff328e Border Color

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

This div border color is #ff328e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff328e

Related Colors


Comments

No comments written yet.

Please login to write comment.