Color Hex Logo

#a75bda Color Hex

#A75BDA
(167,91,218)
0 Favorites   0 Comments

Color spaces of #a75bda

RGB 16791218
HSL0.770.630.61
HSV276°58°85°
CMYK 0.230.580.00   0.15
XYZ32.332320.759668.6326
Yxy20.75960.26560.1705
Hunter Lab45.562746.9328-57.4166
CIE-Lab52.685452.9777-53.0596

#a75bda color RGB value is (167,91,218).

#a75bda hex color red value is 167, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a75bda hue: 0.77 , saturation: 0.63 and the lightness value of a75bda is 0.61.

The process color (four color CMYK) of #a75bda color hex is 0.23, 0.58, 0.00, 0.15. Web safe color of #a75bda is #9966cc. Color #a75bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011011 11011010
Octal 247 133 332
Decimal 167 91 218
Hex A7 5B DA

RGB Percentages of Color #a75bda

%35.08
%19.12
%45.80

CMYK Percentages of Color #a75bda

%23
%58
%0
%15

Triadic Colors of #a75bda

#a75bda #daa75b #5bdaa7

Analogous Colors of #a75bda

#a75bda #da5bce #685bda

Monochromatic Colors of #a75bda

#a75bda

Complementary Color

#a75bda #8eda5b

#a75bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75bda Color CSS Codes

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

#a75bda Text Font Color

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

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


#a75bda Background Color

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

This div background color is #a75bda


#a75bda Border Color

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

This div border color is #a75bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75bda


Comments

No comments written yet.

Please login to write comment.