Color Hex Logo

#a538cd Color Hex

#A538CD
(165,56,205)
0 Favorites   0 Comments

Color spaces of #a538cd

RGB 16556205
HSL0.790.600.51
HSV284°73°80°
CMYK 0.200.730.00   0.20
XYZ27.950715.235559.2252
Yxy15.23550.27290.1488
Hunter Lab39.032759.5139-62.6392
CIE-Lab45.955165.4495-56.4405

#a538cd color RGB value is (165,56,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111000 11001101
Octal 245 70 315
Decimal 165 56 205
Hex A5 38 CD

RGB Percentages of Color #a538cd

%38.73
%13.15
%48.12

CMYK Percentages of Color #a538cd

%20
%73
%0
%20

Triadic Colors of #a538cd

#a538cd #cda538 #38cda5

Analogous Colors of #a538cd

#a538cd #cd38ab #5a38cd

Monochromatic Colors of #a538cd

#a538cd

Complementary Color

#a538cd #60cd38

#a538cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a538cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a538cd Color CSS Codes

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

#a538cd Text Font Color

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

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


#a538cd Background Color

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

This div background color is #a538cd


#a538cd Border Color

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

This div border color is #a538cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a538cd


Comments

No comments written yet.

Please login to write comment.