Color Hex Logo

#a75fdf Color Hex

#A75FDF
(167,95,223)
0 Favorites   0 Comments

Color spaces of #a75fdf

RGB 16795223
HSL0.760.670.62
HSV274°57°87°
CMYK 0.250.570.00   0.13
XYZ33.347821.727672.2483
Yxy21.72760.26190.1706
Hunter Lab46.612946.1300-59.2684
CIE-Lab53.736852.0623-54.2068

#a75fdf color RGB value is (167,95,223).

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

The process color (four color CMYK) of #a75fdf color hex is 0.25, 0.57, 0.00, 0.13. Web safe color of #a75fdf is #9966cc. Color #a75fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 11011111
Octal 247 137 337
Decimal 167 95 223
Hex A7 5F DF

RGB Percentages of Color #a75fdf

%34.43
%19.59
%45.98

CMYK Percentages of Color #a75fdf

%25
%57
%0
%13

Triadic Colors of #a75fdf

#a75fdf #dfa75f #5fdfa7

Analogous Colors of #a75fdf

#a75fdf #df5fd7 #675fdf

Monochromatic Colors of #a75fdf

#a75fdf

Complementary Color

#a75fdf #97df5f

#a75fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fdf Color CSS Codes

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

#a75fdf Text Font Color

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

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


#a75fdf Background Color

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

This div background color is #a75fdf


#a75fdf Border Color

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

This div border color is #a75fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fdf


Comments

No comments written yet.

Please login to write comment.