Color Hex Logo

#a45dbc Color Hex

#A45DBC
(164,93,188)
0 Favorites   0 Comments

Color spaces of #a45dbc

RGB 16493188
HSL0.790.410.55
HSV285°51°74°
CMYK 0.130.510.00   0.26
XYZ28.301319.352149.8206
Yxy19.35210.29030.1985
Hunter Lab43.991037.8524-36.3532
CIE-Lab51.096644.6721-38.4316

#a45dbc color RGB value is (164,93,188).

#a45dbc hex color red value is 164, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a45dbc hue: 0.79 , saturation: 0.41 and the lightness value of a45dbc is 0.55.

The process color (four color CMYK) of #a45dbc color hex is 0.13, 0.51, 0.00, 0.26. Web safe color of #a45dbc is #9966cc. Color #a45dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011101 10111100
Octal 244 135 274
Decimal 164 93 188
Hex A4 5D BC

RGB Percentages of Color #a45dbc

%36.85
%20.90
%42.25

CMYK Percentages of Color #a45dbc

%13
%51
%0
%26

Triadic Colors of #a45dbc

#a45dbc #bca45d #5dbca4

Analogous Colors of #a45dbc

#a45dbc #bc5da5 #755dbc

Monochromatic Colors of #a45dbc

#a45dbc

Complementary Color

#a45dbc #75bc5d

#a45dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45dbc Color CSS Codes

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

#a45dbc Text Font Color

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

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


#a45dbc Background Color

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

This div background color is #a45dbc


#a45dbc Border Color

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

This div border color is #a45dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,93,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a45dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a45dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #a45dbc;
  box-shadow:         1px 1px 3px 2px #a45dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,93,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45dbc


Comments

No comments written yet.

Please login to write comment.