Color Hex Logo

#af78fa Color Hex

#AF78FA
(175,120,250)
0 Favorites   0 Comments

Color spaces of #af78fa

RGB 175120250
HSL0.740.930.73
HSV265°52°98°
CMYK 0.300.520.00   0.02
XYZ41.651029.449093.9315
Yxy29.44900.25240.1784
Hunter Lab54.266942.0353-64.6392
CIE-Lab61.175947.1256-57.3294

#af78fa color RGB value is (175,120,250).

#af78fa hex color red value is 175, green value is 120 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #af78fa hue: 0.74 , saturation: 0.93 and the lightness value of af78fa is 0.73.

The process color (four color CMYK) of #af78fa color hex is 0.30, 0.52, 0.00, 0.02. Web safe color of #af78fa is #9966ff. Color #af78fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 11111010
Octal 257 170 372
Decimal 175 120 250
Hex AF 78 FA

RGB Percentages of Color #af78fa

%32.11
%22.02
%45.87

CMYK Percentages of Color #af78fa

%30
%52
%0
%2

Triadic Colors of #af78fa

#af78fa #faaf78 #78faaf

Analogous Colors of #af78fa

#af78fa #f078fa #7882fa

Monochromatic Colors of #af78fa

#af78fa

Complementary Color

#af78fa #c3fa78

#af78fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af78fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af78fa Color CSS Codes

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

#af78fa Text Font Color

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

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


#af78fa Background Color

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

This div background color is #af78fa


#af78fa Border Color

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

This div border color is #af78fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af78fa


Comments

No comments written yet.

Please login to write comment.