Color Hex Logo

#a758be Color Hex

#A758BE
(167,88,190)
0 Favorites   0 Comments

Color spaces of #a758be

RGB 16788190
HSL0.800.440.55
HSV286°54°75°
CMYK 0.120.540.00   0.25
XYZ28.720318.912650.8520
Yxy18.91260.29160.1920
Hunter Lab43.488641.7780-38.8868
CIE-Lab50.584848.5179-40.3704

#a758be color RGB value is (167,88,190).

#a758be hex color red value is 167, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a758be hue: 0.80 , saturation: 0.44 and the lightness value of a758be is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011000 10111110
Octal 247 130 276
Decimal 167 88 190
Hex A7 58 BE

RGB Percentages of Color #a758be

%37.53
%19.78
%42.70

CMYK Percentages of Color #a758be

%12
%54
%0
%25

Triadic Colors of #a758be

#a758be #bea758 #58bea7

Analogous Colors of #a758be

#a758be #be58a2 #7458be

Monochromatic Colors of #a758be

#a758be

Complementary Color

#a758be #6fbe58

#a758be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a758be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a758be Color CSS Codes

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

#a758be Text Font Color

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

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


#a758be Background Color

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

This div background color is #a758be


#a758be Border Color

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

This div border color is #a758be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a758be


Comments

No comments written yet.

Please login to write comment.