Color Hex Logo

#a374db Color Hex

#A374DB
(163,116,219)
0 Favorites   0 Comments

Color spaces of #a374db

RGB 163116219
HSL0.740.590.66
HSV267°47°86°
CMYK 0.260.470.00   0.14
XYZ34.135825.391870.1198
Yxy25.39180.26330.1959
Hunter Lab50.390332.7380-47.2309
CIE-Lab57.455238.7908-46.0655

#a374db color RGB value is (163,116,219).

#a374db hex color red value is 163, green value is 116 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a374db hue: 0.74 , saturation: 0.59 and the lightness value of a374db is 0.66.

The process color (four color CMYK) of #a374db color hex is 0.26, 0.47, 0.00, 0.14. Web safe color of #a374db is #9966cc. Color #a374db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110100 11011011
Octal 243 164 333
Decimal 163 116 219
Hex A3 74 DB

RGB Percentages of Color #a374db

%32.73
%23.29
%43.98

CMYK Percentages of Color #a374db

%26
%47
%0
%14

Triadic Colors of #a374db

#a374db #dba374 #74dba3

Analogous Colors of #a374db

#a374db #d774db #7479db

Monochromatic Colors of #a374db

#a374db

Complementary Color

#a374db #acdb74

#a374db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a374db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a374db Color CSS Codes

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

#a374db Text Font Color

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

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


#a374db Background Color

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

This div background color is #a374db


#a374db Border Color

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

This div border color is #a374db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,116,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a374db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a374db;
  -webkit-box-shadow: 1px 1px 3px 2px #a374db;
  box-shadow:         1px 1px 3px 2px #a374db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,116,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a374db


Comments

No comments written yet.

Please login to write comment.