Color Hex Logo

#a764cb Color Hex

#A764CB
(167,100,203)
0 Favorites   0 Comments

Color spaces of #a764cb

RGB 167100203
HSL0.780.500.59
HSV279°51°80°
CMYK 0.180.510.00   0.20
XYZ31.273021.641659.0289
Yxy21.64160.27940.1933
Hunter Lab46.520538.5840-42.6674
CIE-Lab53.644744.9887-43.0021

#a764cb color RGB value is (167,100,203).

#a764cb hex color red value is 167, green value is 100 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a764cb hue: 0.78 , saturation: 0.50 and the lightness value of a764cb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100100 11001011
Octal 247 144 313
Decimal 167 100 203
Hex A7 64 CB

RGB Percentages of Color #a764cb

%35.53
%21.28
%43.19

CMYK Percentages of Color #a764cb

%18
%51
%0
%20

Triadic Colors of #a764cb

#a764cb #cba764 #64cba7

Analogous Colors of #a764cb

#a764cb #cb64bc #7464cb

Monochromatic Colors of #a764cb

#a764cb

Complementary Color

#a764cb #88cb64

#a764cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a764cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a764cb Color CSS Codes

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

#a764cb Text Font Color

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

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


#a764cb Background Color

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

This div background color is #a764cb


#a764cb Border Color

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

This div border color is #a764cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,100,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a764cb


Comments

No comments written yet.

Please login to write comment.