Color Hex Logo

#a378cd Color Hex

#A378CD
(163,120,205)
0 Favorites   0 Comments

Color spaces of #a378cd

RGB 163120205
HSL0.750.460.64
HSV270°41°80°
CMYK 0.200.410.00   0.20
XYZ32.840225.627260.9733
Yxy25.62720.27490.2146
Hunter Lab50.623327.2052-35.9756
CIE-Lab57.681533.2609-37.8133

#a378cd color RGB value is (163,120,205).

#a378cd hex color red value is 163, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a378cd hue: 0.75 , saturation: 0.46 and the lightness value of a378cd is 0.64.

The process color (four color CMYK) of #a378cd color hex is 0.20, 0.41, 0.00, 0.20. Web safe color of #a378cd is #9966cc. Color #a378cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111000 11001101
Octal 243 170 315
Decimal 163 120 205
Hex A3 78 CD

RGB Percentages of Color #a378cd

%33.40
%24.59
%42.01

CMYK Percentages of Color #a378cd

%20
%41
%0
%20

Triadic Colors of #a378cd

#a378cd #cda378 #78cda3

Analogous Colors of #a378cd

#a378cd #cd78cd #7978cd

Monochromatic Colors of #a378cd

#a378cd

Complementary Color

#a378cd #a2cd78

#a378cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a378cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a378cd Color CSS Codes

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

#a378cd Text Font Color

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

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


#a378cd Background Color

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

This div background color is #a378cd


#a378cd Border Color

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

This div border color is #a378cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a378cd


Comments

No comments written yet.

Please login to write comment.