Color Hex Logo

#ff3290 Color Hex

#FF3290
(255,50,144)
0 Favorites   0 Comments

Color spaces of #ff3290

RGB 25550144
HSL0.921.000.60
HSV332°80°100°
CMYK 0.000.800.44   0.00
XYZ47.414625.554828.8191
Yxy25.55480.46580.2511
Hunter Lab50.551878.95701.5855
CIE-Lab57.612079.2537-1.4941

#ff3290 color RGB value is (255,50,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110010 10010000
Octal 377 62 220
Decimal 255 50 144
Hex FF 32 90

RGB Percentages of Color #ff3290

%56.79
%11.14
%32.07

CMYK Percentages of Color #ff3290

%0
%80
%44
%0

Triadic Colors of #ff3290

#ff3290 #90ff32 #3290ff

Analogous Colors of #ff3290

#ff3290 #ff3b32 #ff32f7

Monochromatic Colors of #ff3290

#ff3290

Complementary Color

#ff3290 #32ffa1

#ff3290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3290 Color CSS Codes

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

#ff3290 Text Font Color

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

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


#ff3290 Background Color

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

This div background color is #ff3290


#ff3290 Border Color

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

This div border color is #ff3290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3290


Comments

No comments written yet.

Please login to write comment.