Color Hex Logo

#a765cd Color Hex

#A765CD
(167,101,205)
0 Favorites   0 Comments

Color spaces of #a765cd

RGB 167101205
HSL0.770.510.60
HSV278°51°80°
CMYK 0.190.510.00   0.20
XYZ31.609521.930660.3246
Yxy21.93060.27760.1926
Hunter Lab46.830138.5316-43.5938
CIE-Lab53.953344.8920-43.6545

#a765cd color RGB value is (167,101,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 11001101
Octal 247 145 315
Decimal 167 101 205
Hex A7 65 CD

RGB Percentages of Color #a765cd

%35.31
%21.35
%43.34

CMYK Percentages of Color #a765cd

%19
%51
%0
%20

Triadic Colors of #a765cd

#a765cd #cda765 #65cda7

Analogous Colors of #a765cd

#a765cd #cd65bf #7365cd

Monochromatic Colors of #a765cd

#a765cd

Complementary Color

#a765cd #8bcd65

#a765cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a765cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a765cd Color CSS Codes

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

#a765cd Text Font Color

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

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


#a765cd Background Color

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

This div background color is #a765cd


#a765cd Border Color

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

This div border color is #a765cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a765cd


Comments

No comments written yet.

Please login to write comment.