Color Hex Logo

#ff6aaf Color Hex

#FF6AAF
(255,106,175)
0 Favorites   0 Comments

Color spaces of #ff6aaf

RGB 255106175
HSL0.921.000.71
HSV332°58°100°
CMYK 0.000.580.31   0.00
XYZ54.131934.663244.3950
Yxy34.66320.40640.2603
Hunter Lab58.875561.0863-3.4948
CIE-Lab65.485663.2216-7.8122

#ff6aaf color RGB value is (255,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101010 10101111
Octal 377 152 257
Decimal 255 106 175
Hex FF 6A AF

RGB Percentages of Color #ff6aaf

%47.57
%19.78
%32.65

CMYK Percentages of Color #ff6aaf

%0
%58
%31
%0

Triadic Colors of #ff6aaf

#ff6aaf #afff6a #6aafff

Analogous Colors of #ff6aaf

#ff6aaf #ff706a #ff6afa

Monochromatic Colors of #ff6aaf

#ff6aaf

Complementary Color

#ff6aaf #6affba

#ff6aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6aaf Color CSS Codes

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

#ff6aaf Text Font Color

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

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


#ff6aaf Background Color

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

This div background color is #ff6aaf


#ff6aaf Border Color

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

This div border color is #ff6aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6aaf


Comments

No comments written yet.

Please login to write comment.