Color Hex Logo

#ff6aae Color Hex

#FF6AAE
(255,106,174)
0 Favorites   0 Comments

Color spaces of #ff6aae

RGB 255106174
HSL0.921.000.71
HSV333°58°100°
CMYK 0.000.580.32   0.00
XYZ54.034034.624143.8796
Yxy34.62410.40770.2612
Hunter Lab58.842260.9401-3.0239
CIE-Lab65.455063.1038-7.2889

#ff6aae color RGB value is (255,106,174).

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

The process color (four color CMYK) of #ff6aae color hex is 0.00, 0.58, 0.32, 0.00. Web safe color of #ff6aae is #ff6699. Color #ff6aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101010 10101110
Octal 377 152 256
Decimal 255 106 174
Hex FF 6A AE

RGB Percentages of Color #ff6aae

%47.66
%19.81
%32.52

CMYK Percentages of Color #ff6aae

%0
%58
%32
%0

Triadic Colors of #ff6aae

#ff6aae #aeff6a #6aaeff

Analogous Colors of #ff6aae

#ff6aae #ff716a #ff6af9

Monochromatic Colors of #ff6aae

#ff6aae

Complementary Color

#ff6aae #6affbb

#ff6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6aae Color CSS Codes

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

#ff6aae Text Font Color

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

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


#ff6aae Background Color

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

This div background color is #ff6aae


#ff6aae Border Color

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

This div border color is #ff6aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6aae

#ff6aae Color Palettes


Comments

No comments written yet.

Please login to write comment.