Color Hex Logo

#a740bb Color Hex

#A740BB
(167,64,187)
0 Favorites   0 Comments

Color spaces of #a740bb

RGB 16764187
HSL0.810.490.49
HSV290°66°73°
CMYK 0.110.660.00   0.27
XYZ26.739415.470148.5904
Yxy15.47010.29450.1704
Hunter Lab39.332052.5199-45.7138
CIE-Lab46.271559.2116-45.4718

#a740bb color RGB value is (167,64,187).

#a740bb hex color red value is 167, green value is 64 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a740bb hue: 0.81 , saturation: 0.49 and the lightness value of a740bb is 0.49.

The process color (four color CMYK) of #a740bb color hex is 0.11, 0.66, 0.00, 0.27. Web safe color of #a740bb is #9933cc. Color #a740bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000000 10111011
Octal 247 100 273
Decimal 167 64 187
Hex A7 40 BB

RGB Percentages of Color #a740bb

%39.95
%15.31
%44.74

CMYK Percentages of Color #a740bb

%11
%66
%0
%27

Triadic Colors of #a740bb

#a740bb #bba740 #40bba7

Analogous Colors of #a740bb

#a740bb #bb4092 #6a40bb

Monochromatic Colors of #a740bb

#a740bb

Complementary Color

#a740bb #54bb40

#a740bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a740bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a740bb Color CSS Codes

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

#a740bb Text Font Color

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

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


#a740bb Background Color

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

This div background color is #a740bb


#a740bb Border Color

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

This div border color is #a740bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a740bb


Comments

No comments written yet.

Please login to write comment.