Color Hex Logo

#a745bb Color Hex

#A745BB
(167,69,187)
0 Favorites   0 Comments

Color spaces of #a745bb

RGB 16769187
HSL0.810.460.50
HSV290°63°73°
CMYK 0.110.630.00   0.27
XYZ27.034116.059648.6887
Yxy16.05960.29450.1750
Hunter Lab40.074450.2854-43.9827
CIE-Lab47.052657.0438-44.2280

#a745bb color RGB value is (167,69,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000101 10111011
Octal 247 105 273
Decimal 167 69 187
Hex A7 45 BB

RGB Percentages of Color #a745bb

%39.48
%16.31
%44.21

CMYK Percentages of Color #a745bb

%11
%63
%0
%27

Triadic Colors of #a745bb

#a745bb #bba745 #45bba7

Analogous Colors of #a745bb

#a745bb #bb4594 #6c45bb

Monochromatic Colors of #a745bb

#a745bb

Complementary Color

#a745bb #59bb45

#a745bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a745bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a745bb Color CSS Codes

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

#a745bb Text Font Color

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

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


#a745bb Background Color

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

This div background color is #a745bb


#a745bb Border Color

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

This div border color is #a745bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a745bb


Comments

No comments written yet.

Please login to write comment.