Color Hex Logo

#a75cda Color Hex

#A75CDA
(167,92,218)
0 Favorites   0 Comments

Color spaces of #a75cda

RGB 16792218
HSL0.770.630.61
HSV276°58°85°
CMYK 0.230.580.00   0.15
XYZ32.418420.931768.6613
Yxy20.93170.26570.1716
Hunter Lab45.751246.4171-56.9539
CIE-Lab52.874752.4713-52.7571

#a75cda color RGB value is (167,92,218).

#a75cda hex color red value is 167, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a75cda hue: 0.77 , saturation: 0.63 and the lightness value of a75cda is 0.61.

The process color (four color CMYK) of #a75cda color hex is 0.23, 0.58, 0.00, 0.15. Web safe color of #a75cda is #9966cc. Color #a75cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011100 11011010
Octal 247 134 332
Decimal 167 92 218
Hex A7 5C DA

RGB Percentages of Color #a75cda

%35.01
%19.29
%45.70

CMYK Percentages of Color #a75cda

%23
%58
%0
%15

Triadic Colors of #a75cda

#a75cda #daa75c #5cdaa7

Analogous Colors of #a75cda

#a75cda #da5cce #685cda

Monochromatic Colors of #a75cda

#a75cda

Complementary Color

#a75cda #8fda5c

#a75cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75cda Color CSS Codes

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

#a75cda Text Font Color

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

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


#a75cda Background Color

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

This div background color is #a75cda


#a75cda Border Color

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

This div border color is #a75cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75cda


Comments

No comments written yet.

Please login to write comment.