Color Hex Logo

#ff8afa Color Hex

#FF8AFA
(255,138,250)
1 Favorites   0 Comments

Color spaces of #ff8afa

RGB 255138250
HSL0.841.000.77
HSV303°46°100°
CMYK 0.000.460.02   0.00
XYZ67.583846.339195.8248
Yxy46.33910.32220.2209
Hunter Lab68.072858.0902-35.8104
CIE-Lab73.765059.3590-36.8947

#ff8afa color RGB value is (255,138,250).

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

The process color (four color CMYK) of #ff8afa color hex is 0.00, 0.46, 0.02, 0.00. Web safe color of #ff8afa is #ff99ff. Color #ff8afa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001010 11111010
Octal 377 212 372
Decimal 255 138 250
Hex FF 8A FA

RGB Percentages of Color #ff8afa

%39.66
%21.46
%38.88

CMYK Percentages of Color #ff8afa

%0
%46
%2
%0

Triadic Colors of #ff8afa

#ff8afa #faff8a #8afaff

Analogous Colors of #ff8afa

#ff8afa #ff8ac0 #ca8aff

Monochromatic Colors of #ff8afa

#ff8afa

Complementary Color

#ff8afa #8aff8f

#ff8afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8afa Color CSS Codes

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

#ff8afa Text Font Color

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

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


#ff8afa Background Color

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

This div background color is #ff8afa


#ff8afa Border Color

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

This div border color is #ff8afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,138,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 #ff8afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8afa

Related Colors

#ff8afa Color Palettes


Comments

No comments written yet.

Please login to write comment.