Color Hex Logo

#a74ffb Color Hex

#A74FFB
(167,79,251)
0 Favorites   0 Comments

Color spaces of #a74ffb

RGB 16779251
HSL0.750.960.65
HSV271°69°98°
CMYK 0.330.690.00   0.02
XYZ36.144920.772593.3712
Yxy20.77250.24050.1382
Hunter Lab45.576961.8006-89.5609
CIE-Lab52.699666.1292-71.5644

#a74ffb color RGB value is (167,79,251).

#a74ffb hex color red value is 167, green value is 79 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a74ffb hue: 0.75 , saturation: 0.96 and the lightness value of a74ffb is 0.65.

The process color (four color CMYK) of #a74ffb color hex is 0.33, 0.69, 0.00, 0.02. Web safe color of #a74ffb is #9966ff. Color #a74ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001111 11111011
Octal 247 117 373
Decimal 167 79 251
Hex A7 4F FB

RGB Percentages of Color #a74ffb

%33.60
%15.90
%50.50

CMYK Percentages of Color #a74ffb

%33
%69
%0
%2

Triadic Colors of #a74ffb

#a74ffb #fba74f #4ffba7

Analogous Colors of #a74ffb

#a74ffb #fb4ff9 #514ffb

Monochromatic Colors of #a74ffb

#a74ffb

Complementary Color

#a74ffb #a3fb4f

#a74ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74ffb Color CSS Codes

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

#a74ffb Text Font Color

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

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


#a74ffb Background Color

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

This div background color is #a74ffb


#a74ffb Border Color

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

This div border color is #a74ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,79,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a74ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a74ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #a74ffb;
  box-shadow:         1px 1px 3px 2px #a74ffb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.