Color Hex Logo

#a75fcf Color Hex

#A75FCF
(167,95,207)
0 Favorites   0 Comments

Color spaces of #a75fcf

RGB 16795207
HSL0.770.540.59
HSV279°54°81°
CMYK 0.190.540.00   0.19
XYZ31.291020.904961.4173
Yxy20.90490.27540.1840
Hunter Lab45.721942.1480-47.6378
CIE-Lab52.845348.5006-46.5508

#a75fcf color RGB value is (167,95,207).

#a75fcf hex color red value is 167, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a75fcf hue: 0.77 , saturation: 0.54 and the lightness value of a75fcf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 11001111
Octal 247 137 317
Decimal 167 95 207
Hex A7 5F CF

RGB Percentages of Color #a75fcf

%35.61
%20.26
%44.14

CMYK Percentages of Color #a75fcf

%19
%54
%0
%19

Triadic Colors of #a75fcf

#a75fcf #cfa75f #5fcfa7

Analogous Colors of #a75fcf

#a75fcf #cf5fbf #6f5fcf

Monochromatic Colors of #a75fcf

#a75fcf

Complementary Color

#a75fcf #87cf5f

#a75fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fcf Color CSS Codes

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

#a75fcf Text Font Color

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

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


#a75fcf Background Color

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

This div background color is #a75fcf


#a75fcf Border Color

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

This div border color is #a75fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fcf


Comments

No comments written yet.

Please login to write comment.