Color Hex Logo

#a75fdb Color Hex

#A75FDB
(167,95,219)
0 Favorites   0 Comments

Color spaces of #a75fdb

RGB 16795219
HSL0.760.630.62
HSV275°57°86°
CMYK 0.240.570.00   0.14
XYZ32.814721.514469.4410
Yxy21.51440.26510.1738
Hunter Lab46.383645.1108-56.2946
CIE-Lab53.507951.1595-52.3120

#a75fdb color RGB value is (167,95,219).

#a75fdb hex color red value is 167, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a75fdb hue: 0.76 , saturation: 0.63 and the lightness value of a75fdb is 0.62.

The process color (four color CMYK) of #a75fdb color hex is 0.24, 0.57, 0.00, 0.14. Web safe color of #a75fdb is #9966cc. Color #a75fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 11011011
Octal 247 137 333
Decimal 167 95 219
Hex A7 5F DB

RGB Percentages of Color #a75fdb

%34.72
%19.75
%45.53

CMYK Percentages of Color #a75fdb

%24
%57
%0
%14

Triadic Colors of #a75fdb

#a75fdb #dba75f #5fdba7

Analogous Colors of #a75fdb

#a75fdb #db5fd1 #695fdb

Monochromatic Colors of #a75fdb

#a75fdb

Complementary Color

#a75fdb #93db5f

#a75fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fdb Color CSS Codes

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

#a75fdb Text Font Color

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

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


#a75fdb Background Color

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

This div background color is #a75fdb


#a75fdb Border Color

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

This div border color is #a75fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fdb


Comments

No comments written yet.

Please login to write comment.