Color Hex Logo

#a758ec Color Hex

#A758EC
(167,88,236)
0 Favorites   0 Comments

Color spaces of #a758ec

RGB 16788236
HSL0.760.800.64
HSV272°63°93°
CMYK 0.290.630.00   0.07
XYZ34.566421.251181.6369
Yxy21.25110.25150.1546
Hunter Lab46.098953.1717-72.7278
CIE-Lab53.223258.5202-62.3429

#a758ec color RGB value is (167,88,236).

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

The process color (four color CMYK) of #a758ec color hex is 0.29, 0.63, 0.00, 0.07. Web safe color of #a758ec is #9966ff. Color #a758ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011000 11101100
Octal 247 130 354
Decimal 167 88 236
Hex A7 58 EC

RGB Percentages of Color #a758ec

%34.01
%17.92
%48.07

CMYK Percentages of Color #a758ec

%29
%63
%0
%7

Triadic Colors of #a758ec

#a758ec #eca758 #58eca7

Analogous Colors of #a758ec

#a758ec #ec58e7 #5d58ec

Monochromatic Colors of #a758ec

#a758ec

Complementary Color

#a758ec #9dec58

#a758ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a758ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a758ec Color CSS Codes

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

#a758ec Text Font Color

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

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


#a758ec Background Color

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

This div background color is #a758ec


#a758ec Border Color

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

This div border color is #a758ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a758ec

#a758ec Color Palettes


Comments

No comments written yet.

Please login to write comment.