color codes Logo

#a47be2 color codes

#A47BE2
(164,123,226)
0 Favorites   0 Comments

Color spaces of #a47be2

RGB 164123226
HSL0.730.640.68
HSV264°46°89°
CMYK 0.270.460.00   0.11
XYZ36.120327.549475.3653
Yxy27.54940.25980.1981
Hunter Lab52.487530.9851-48.3915
CIE-Lab59.479436.8235-46.7790

#a47be2 color RGB value is (164,123,226).

#a47be2 hex color red value is 164, green value is 123 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #a47be2 hue: 0.73 , saturation: 0.64 and the lightness value of a47be2 is 0.68.

The process color (four color CMYK) of #a47be2 color code is 0.27, 0.46, 0.00, 0.11. Web safe color of #a47be2 is #9966cc. Color #a47be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111011 11100010
Octal 244 173 342
Decimal 164 123 226
Hex A4 7B E2

RGB Percentages of Color #a47be2

%31.97
%23.98
%44.05

CMYK Percentages of Color #a47be2

%27
%46
%0
%11

Triadic Colors of #a47be2

#a47be2 #e2a47b #7be2a4

Analogous Colors of #a47be2

#a47be2 #d87be2 #7b86e2

Monochromatic Colors of #a47be2

#a47be2

Complementary Color

#a47be2 #b9e27b

#a47be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47be2 Color CSS Codes

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

#a47be2 Text Font Color

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

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


#a47be2 Background Color

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

This div background color is #a47be2


#a47be2 Border Color

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

This div border color is #a47be2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,123,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47be2


Comments

No comments written yet.

Please login to write comment.