Color Hex Logo

#a074fb Color Hex

#A074FB
(160,116,251)
0 Favorites   0 Comments

Color spaces of #a074fb

RGB 160116251
HSL0.720.940.72
HSV260°54°98°
CMYK 0.360.540.00   0.02
XYZ38.155226.929494.4537
Yxy26.92940.23920.1688
Hunter Lab51.893540.4300-71.5908
CIE-Lab58.908945.9599-61.5901

#a074fb color RGB value is (160,116,251).

#a074fb hex color red value is 160, green value is 116 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a074fb hue: 0.72 , saturation: 0.94 and the lightness value of a074fb is 0.72.

The process color (four color CMYK) of #a074fb color hex is 0.36, 0.54, 0.00, 0.02. Web safe color of #a074fb is #9966ff. Color #a074fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 11111011
Octal 240 164 373
Decimal 160 116 251
Hex A0 74 FB

RGB Percentages of Color #a074fb

%30.36
%22.01
%47.63

CMYK Percentages of Color #a074fb

%36
%54
%0
%2

Triadic Colors of #a074fb

#a074fb #fba074 #74fba0

Analogous Colors of #a074fb

#a074fb #e474fb #748cfb

Monochromatic Colors of #a074fb

#a074fb

Complementary Color

#a074fb #cffb74

#a074fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a074fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a074fb Color CSS Codes

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

#a074fb Text Font Color

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

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


#a074fb Background Color

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

This div background color is #a074fb


#a074fb Border Color

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

This div border color is #a074fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a074fb


Comments

No comments written yet.

Please login to write comment.