Color Hex Logo

#a758e4 Color Hex

#A758E4
(167,88,228)
0 Favorites   0 Comments

Color spaces of #a758e4

RGB 16788228
HSL0.760.720.62
HSV274°61°89°
CMYK 0.270.610.00   0.11
XYZ33.429720.796475.6510
Yxy20.79640.25740.1601
Hunter Lab45.603151.0455-66.4341
CIE-Lab52.725956.7079-58.6463

#a758e4 color RGB value is (167,88,228).

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

The process color (four color CMYK) of #a758e4 color hex is 0.27, 0.61, 0.00, 0.11. Web safe color of #a758e4 is #9966cc. Color #a758e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011000 11100100
Octal 247 130 344
Decimal 167 88 228
Hex A7 58 E4

RGB Percentages of Color #a758e4

%34.58
%18.22
%47.20

CMYK Percentages of Color #a758e4

%27
%61
%0
%11

Triadic Colors of #a758e4

#a758e4 #e4a758 #58e4a7

Analogous Colors of #a758e4

#a758e4 #e458db #6158e4

Monochromatic Colors of #a758e4

#a758e4

Complementary Color

#a758e4 #95e458

#a758e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a758e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a758e4 Color CSS Codes

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

#a758e4 Text Font Color

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

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


#a758e4 Background Color

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

This div background color is #a758e4


#a758e4 Border Color

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

This div border color is #a758e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a758e4


Comments

No comments written yet.

Please login to write comment.