Color Hex Logo

#a745eb Color Hex

#A745EB
(167,69,235)
0 Favorites   0 Comments

Color spaces of #a745eb

RGB 16769235
HSL0.770.810.60
HSV275°71°92°
CMYK 0.290.710.00   0.08
XYZ33.059918.469980.4199
Yxy18.46990.25050.1400
Hunter Lab42.976662.1026-80.8626
CIE-Lab50.061266.8878-66.8873

#a745eb color RGB value is (167,69,235).

#a745eb hex color red value is 167, green value is 69 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a745eb hue: 0.77 , saturation: 0.81 and the lightness value of a745eb is 0.60.

The process color (four color CMYK) of #a745eb color hex is 0.29, 0.71, 0.00, 0.08. Web safe color of #a745eb is #9933ff. Color #a745eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000101 11101011
Octal 247 105 353
Decimal 167 69 235
Hex A7 45 EB

RGB Percentages of Color #a745eb

%35.46
%14.65
%49.89

CMYK Percentages of Color #a745eb

%29
%71
%0
%8

Triadic Colors of #a745eb

#a745eb #eba745 #45eba7

Analogous Colors of #a745eb

#a745eb #eb45dc #5445eb

Monochromatic Colors of #a745eb

#a745eb

Complementary Color

#a745eb #89eb45

#a745eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a745eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a745eb Color CSS Codes

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

#a745eb Text Font Color

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

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


#a745eb Background Color

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

This div background color is #a745eb


#a745eb Border Color

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

This div border color is #a745eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a745eb


Comments

No comments written yet.

Please login to write comment.