Color Hex Logo

#a378da Color Hex

#A378DA
(163,120,218)
0 Favorites   0 Comments

Color spaces of #a378da

RGB 163120218
HSL0.740.570.66
HSV266°45°85°
CMYK 0.250.450.00   0.15
XYZ34.475626.281469.5854
Yxy26.28140.26450.2016
Hunter Lab51.265430.3255-44.5919
CIE-Lab58.303236.3110-44.1636

#a378da color RGB value is (163,120,218).

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

The process color (four color CMYK) of #a378da color hex is 0.25, 0.45, 0.00, 0.15. Web safe color of #a378da is #9966cc. Color #a378da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111000 11011010
Octal 243 170 332
Decimal 163 120 218
Hex A3 78 DA

RGB Percentages of Color #a378da

%32.53
%23.95
%43.51

CMYK Percentages of Color #a378da

%25
%45
%0
%15

Triadic Colors of #a378da

#a378da #daa378 #78daa3

Analogous Colors of #a378da

#a378da #d478da #787eda

Monochromatic Colors of #a378da

#a378da

Complementary Color

#a378da #afda78

#a378da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a378da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a378da Color CSS Codes

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

#a378da Text Font Color

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

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


#a378da Background Color

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

This div background color is #a378da


#a378da Border Color

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

This div border color is #a378da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a378da


Comments

No comments written yet.

Please login to write comment.