Color Hex Logo

#a75bcb Color Hex

#A75BCB
(167,91,203)
0 Favorites   0 Comments

Color spaces of #a75bcb

RGB 16791203
HSL0.780.520.58
HSV281°55°80°
CMYK 0.180.550.00   0.20
XYZ30.456920.009558.7569
Yxy20.00950.27880.1832
Hunter Lab44.732043.2553-46.5669
CIE-Lab51.848049.7039-45.8490

#a75bcb color RGB value is (167,91,203).

#a75bcb hex color red value is 167, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a75bcb hue: 0.78 , saturation: 0.52 and the lightness value of a75bcb is 0.58.

The process color (four color CMYK) of #a75bcb color hex is 0.18, 0.55, 0.00, 0.20. Web safe color of #a75bcb is #9966cc. Color #a75bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011011 11001011
Octal 247 133 313
Decimal 167 91 203
Hex A7 5B CB

RGB Percentages of Color #a75bcb

%36.23
%19.74
%44.03

CMYK Percentages of Color #a75bcb

%18
%55
%0
%20

Triadic Colors of #a75bcb

#a75bcb #cba75b #5bcba7

Analogous Colors of #a75bcb

#a75bcb #cb5bb7 #6f5bcb

Monochromatic Colors of #a75bcb

#a75bcb

Complementary Color

#a75bcb #7fcb5b

#a75bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75bcb Color CSS Codes

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

#a75bcb Text Font Color

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

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


#a75bcb Background Color

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

This div background color is #a75bcb


#a75bcb Border Color

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

This div border color is #a75bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75bcb


Comments

No comments written yet.

Please login to write comment.