Color Hex Logo

#ff6aff Color Hex

#FF6AFF
(255,106,255)
0 Favorites   0 Comments

Color spaces of #ff6aff

RGB 255106255
HSL0.831.000.71
HSV300°58°100°
CMYK 0.000.580.00   0.00
XYZ64.444038.788198.6980
Yxy38.78810.31910.1921
Hunter Lab62.280175.7118-50.3634
CIE-Lab68.597574.6120-47.7010

#ff6aff color RGB value is (255,106,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101010 11111111
Octal 377 152 377
Decimal 255 106 255
Hex FF 6A FF

RGB Percentages of Color #ff6aff

%41.40
%17.21
%41.40

CMYK Percentages of Color #ff6aff

%0
%58
%0
%0

Triadic Colors of #ff6aff

#ff6aff #ffff6a #6affff

Analogous Colors of #ff6aff

#ff6aff #ff6ab5 #b56aff

Monochromatic Colors of #ff6aff

#ff6aff

Complementary Color

#ff6aff #6aff6a

#ff6aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6aff Color CSS Codes

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

#ff6aff Text Font Color

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

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


#ff6aff Background Color

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

This div background color is #ff6aff


#ff6aff Border Color

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

This div border color is #ff6aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6aff

Related Colors


Comments

No comments written yet.

Please login to write comment.