Color Hex Logo

#ff6afa Color Hex

#FF6AFA
(255,106,250)
0 Favorites   0 Comments

Color spaces of #ff6afa

RGB 255106250
HSL0.841.000.71
HSV302°58°100°
CMYK 0.000.580.02   0.00
XYZ63.649438.470294.5133
Yxy38.47020.32370.1956
Hunter Lab62.024474.6341-46.9296
CIE-Lab68.365773.7981-45.3254

#ff6afa color RGB value is (255,106,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101010 11111010
Octal 377 152 372
Decimal 255 106 250
Hex FF 6A FA

RGB Percentages of Color #ff6afa

%41.73
%17.35
%40.92

CMYK Percentages of Color #ff6afa

%0
%58
%2
%0

Triadic Colors of #ff6afa

#ff6afa #faff6a #6afaff

Analogous Colors of #ff6afa

#ff6afa #ff6ab0 #ba6aff

Monochromatic Colors of #ff6afa

#ff6afa

Complementary Color

#ff6afa #6aff6f

#ff6afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6afa Color CSS Codes

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

#ff6afa Text Font Color

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

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


#ff6afa Background Color

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

This div background color is #ff6afa


#ff6afa Border Color

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

This div border color is #ff6afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6afa

Related Colors


Comments

No comments written yet.

Please login to write comment.