Color Hex Logo

#a740fb Color Hex

#A740FB
(167,64,251)
0 Favorites   0 Comments

Color spaces of #a740fb

RGB 16764251
HSL0.760.960.62
HSV273°75°98°
CMYK 0.330.750.00   0.02
XYZ35.182318.847393.0504
Yxy18.84730.23920.1281
Hunter Lab43.413568.6829-96.6900
CIE-Lab50.508172.3307-75.1250

#a740fb color RGB value is (167,64,251).

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

The process color (four color CMYK) of #a740fb color hex is 0.33, 0.75, 0.00, 0.02. Web safe color of #a740fb is #9933ff. Color #a740fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000000 11111011
Octal 247 100 373
Decimal 167 64 251
Hex A7 40 FB

RGB Percentages of Color #a740fb

%34.65
%13.28
%52.07

CMYK Percentages of Color #a740fb

%33
%75
%0
%2

Triadic Colors of #a740fb

#a740fb #fba740 #40fba7

Analogous Colors of #a740fb

#a740fb #fb40f2 #4a40fb

Monochromatic Colors of #a740fb

#a740fb

Complementary Color

#a740fb #94fb40

#a740fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a740fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a740fb Color CSS Codes

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

#a740fb Text Font Color

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

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


#a740fb Background Color

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

This div background color is #a740fb


#a740fb Border Color

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

This div border color is #a740fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a740fb

Related Colors


Comments

No comments written yet.

Please login to write comment.