Color Hex Logo

#a75bcf Color Hex

#A75BCF
(167,91,207)
0 Favorites   0 Comments

Color spaces of #a75bcf

RGB 16791207
HSL0.780.550.58
HSV279°56°81°
CMYK 0.190.560.00   0.19
XYZ30.939920.202761.3003
Yxy20.20270.27520.1797
Hunter Lab44.947444.2139-49.3979
CIE-Lab52.065650.5649-47.7900

#a75bcf color RGB value is (167,91,207).

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

The process color (four color CMYK) of #a75bcf color hex is 0.19, 0.56, 0.00, 0.19. Web safe color of #a75bcf is #9966cc. Color #a75bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011011 11001111
Octal 247 133 317
Decimal 167 91 207
Hex A7 5B CF

RGB Percentages of Color #a75bcf

%35.91
%19.57
%44.52

CMYK Percentages of Color #a75bcf

%19
%56
%0
%19

Triadic Colors of #a75bcf

#a75bcf #cfa75b #5bcfa7

Analogous Colors of #a75bcf

#a75bcf #cf5bbd #6d5bcf

Monochromatic Colors of #a75bcf

#a75bcf

Complementary Color

#a75bcf #83cf5b

#a75bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75bcf Color CSS Codes

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

#a75bcf Text Font Color

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

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


#a75bcf Background Color

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

This div background color is #a75bcf


#a75bcf Border Color

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

This div border color is #a75bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75bcf


Comments

No comments written yet.

Please login to write comment.