Color Hex Logo

#a338cd Color Hex

#A338CD
(163,56,205)
0 Favorites   0 Comments

Color spaces of #a338cd

RGB 16356205
HSL0.790.600.51
HSV283°73°80°
CMYK 0.200.730.00   0.20
XYZ27.537915.022759.2059
Yxy15.02270.27060.1476
Hunter Lab38.759158.9937-63.4361
CIE-Lab45.665365.0537-56.9225

#a338cd color RGB value is (163,56,205).

#a338cd hex color red value is 163, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a338cd hue: 0.79 , saturation: 0.60 and the lightness value of a338cd is 0.51.

The process color (four color CMYK) of #a338cd color hex is 0.20, 0.73, 0.00, 0.20. Web safe color of #a338cd is #9933cc. Color #a338cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111000 11001101
Octal 243 70 315
Decimal 163 56 205
Hex A3 38 CD

RGB Percentages of Color #a338cd

%38.44
%13.21
%48.35

CMYK Percentages of Color #a338cd

%20
%73
%0
%20

Triadic Colors of #a338cd

#a338cd #cda338 #38cda3

Analogous Colors of #a338cd

#a338cd #cd38ad #5838cd

Monochromatic Colors of #a338cd

#a338cd

Complementary Color

#a338cd #62cd38

#a338cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a338cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a338cd Color CSS Codes

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

#a338cd Text Font Color

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

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


#a338cd Background Color

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

This div background color is #a338cd


#a338cd Border Color

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

This div border color is #a338cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,56,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 #a338cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a338cd


Comments

No comments written yet.

Please login to write comment.