Color Hex Logo

#a742cd Color Hex

#A742CD
(167,66,205)
0 Favorites   0 Comments

Color spaces of #a742cd

RGB 16766205
HSL0.790.580.53
HSV284°68°80°
CMYK 0.190.680.00   0.20
XYZ28.904016.519759.4228
Yxy16.51970.27570.1576
Hunter Lab40.644455.8112-58.2318
CIE-Lab47.649161.8858-53.7012

#a742cd color RGB value is (167,66,205).

#a742cd hex color red value is 167, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a742cd hue: 0.79 , saturation: 0.58 and the lightness value of a742cd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 11001101
Octal 247 102 315
Decimal 167 66 205
Hex A7 42 CD

RGB Percentages of Color #a742cd

%38.13
%15.07
%46.80

CMYK Percentages of Color #a742cd

%19
%68
%0
%20

Triadic Colors of #a742cd

#a742cd #cda742 #42cda7

Analogous Colors of #a742cd

#a742cd #cd42ae #6242cd

Monochromatic Colors of #a742cd

#a742cd

Complementary Color

#a742cd #68cd42

#a742cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a742cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a742cd Color CSS Codes

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

#a742cd Text Font Color

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

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


#a742cd Background Color

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

This div background color is #a742cd


#a742cd Border Color

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

This div border color is #a742cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a742cd


Comments

No comments written yet.

Please login to write comment.