Color Hex Logo

#ff36aa Color Hex

#FF36AA
(255,54,170)
0 Favorites   0 Comments

Color spaces of #ff36aa

RGB 25554170
HSL0.901.000.61
HSV325°79°100°
CMYK 0.000.790.33   0.00
XYZ49.814926.800640.5777
Yxy26.80060.42510.2287
Hunter Lab51.769381.1650-10.2341
CIE-Lab58.789380.7609-14.9789

#ff36aa color RGB value is (255,54,170).

#ff36aa hex color red value is 255, green value is 54 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ff36aa hue: 0.90 , saturation: 1.00 and the lightness value of ff36aa is 0.61.

The process color (four color CMYK) of #ff36aa color hex is 0.00, 0.79, 0.33, 0.00. Web safe color of #ff36aa is #ff3399. Color #ff36aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110110 10101010
Octal 377 66 252
Decimal 255 54 170
Hex FF 36 AA

RGB Percentages of Color #ff36aa

%53.24
%11.27
%35.49

CMYK Percentages of Color #ff36aa

%0
%79
%33
%0

Triadic Colors of #ff36aa

#ff36aa #aaff36 #36aaff

Analogous Colors of #ff36aa

#ff36aa #ff3645 #f036ff

Monochromatic Colors of #ff36aa

#ff36aa

Complementary Color

#ff36aa #36ff8b

#ff36aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff36aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff36aa Color CSS Codes

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

#ff36aa Text Font Color

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

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


#ff36aa Background Color

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

This div background color is #ff36aa


#ff36aa Border Color

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

This div border color is #ff36aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff36aa

Related Colors


Comments

No comments written yet.

Please login to write comment.