Color Hex Logo

#a75ff8 Color Hex

#A75FF8
(167,95,248)
0 Favorites   0 Comments

Color spaces of #a75ff8

RGB 16795248
HSL0.750.920.67
HSV268°62°97°
CMYK 0.330.620.00   0.03
XYZ36.971823.177291.3320
Yxy23.17720.24410.1530
Hunter Lab48.142752.8316-78.7798
CIE-Lab55.254457.8588-65.7661

#a75ff8 color RGB value is (167,95,248).

#a75ff8 hex color red value is 167, green value is 95 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #a75ff8 hue: 0.75 , saturation: 0.92 and the lightness value of a75ff8 is 0.67.

The process color (four color CMYK) of #a75ff8 color hex is 0.33, 0.62, 0.00, 0.03. Web safe color of #a75ff8 is #9966ff. Color #a75ff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 11111000
Octal 247 137 370
Decimal 167 95 248
Hex A7 5F F8

RGB Percentages of Color #a75ff8

%32.75
%18.63
%48.63

CMYK Percentages of Color #a75ff8

%33
%62
%0
%3

Triadic Colors of #a75ff8

#a75ff8 #f8a75f #5ff8a7

Analogous Colors of #a75ff8

#a75ff8 #f45ff8 #5f64f8

Monochromatic Colors of #a75ff8

#a75ff8

Complementary Color

#a75ff8 #b0f85f

#a75ff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75ff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75ff8 Color CSS Codes

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

#a75ff8 Text Font Color

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

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


#a75ff8 Background Color

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

This div background color is #a75ff8


#a75ff8 Border Color

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

This div border color is #a75ff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75ff8


Comments

No comments written yet.

Please login to write comment.