Color Hex Logo

#a461cb Color Hex

#A461CB
(164,97,203)
0 Favorites   0 Comments

Color spaces of #a461cb

RGB 16497203
HSL0.770.500.59
HSV278°52°80°
CMYK 0.190.520.00   0.20
XYZ30.364020.753758.9054
Yxy20.75370.27600.1886
Hunter Lab45.556239.2499-44.7742
CIE-Lab52.678945.7741-44.5534

#a461cb color RGB value is (164,97,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100001 11001011
Octal 244 141 313
Decimal 164 97 203
Hex A4 61 CB

RGB Percentages of Color #a461cb

%35.34
%20.91
%43.75

CMYK Percentages of Color #a461cb

%19
%52
%0
%20

Triadic Colors of #a461cb

#a461cb #cba461 #61cba4

Analogous Colors of #a461cb

#a461cb #cb61bd #6f61cb

Monochromatic Colors of #a461cb

#a461cb

Complementary Color

#a461cb #88cb61

#a461cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a461cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a461cb Color CSS Codes

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

#a461cb Text Font Color

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

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


#a461cb Background Color

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

This div background color is #a461cb


#a461cb Border Color

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

This div border color is #a461cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a461cb


Comments

No comments written yet.

Please login to write comment.