Color Hex Logo

#a77bed Color Hex

#A77BED
(167,123,237)
0 Favorites   0 Comments

Color spaces of #a77bed

RGB 167123237
HSL0.730.760.71
HSV263°48°93°
CMYK 0.300.480.00   0.07
XYZ38.305428.495883.6021
Yxy28.49580.25470.1895
Hunter Lab53.381534.6703-55.4886
CIE-Lab60.334040.3005-51.5292

#a77bed color RGB value is (167,123,237).

#a77bed hex color red value is 167, green value is 123 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a77bed hue: 0.73 , saturation: 0.76 and the lightness value of a77bed is 0.71.

The process color (four color CMYK) of #a77bed color hex is 0.30, 0.48, 0.00, 0.07. Web safe color of #a77bed is #9966ff. Color #a77bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111011 11101101
Octal 247 173 355
Decimal 167 123 237
Hex A7 7B ED

RGB Percentages of Color #a77bed

%31.69
%23.34
%44.97

CMYK Percentages of Color #a77bed

%30
%48
%0
%7

Triadic Colors of #a77bed

#a77bed #eda77b #7beda7

Analogous Colors of #a77bed

#a77bed #e07bed #7b88ed

Monochromatic Colors of #a77bed

#a77bed

Complementary Color

#a77bed #c1ed7b

#a77bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77bed Color CSS Codes

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

#a77bed Text Font Color

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

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


#a77bed Background Color

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

This div background color is #a77bed


#a77bed Border Color

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

This div border color is #a77bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77bed


Comments

No comments written yet.

Please login to write comment.