Color Hex Logo

#a57bed Color Hex

#A57BED
(165,123,237)
0 Favorites   0 Comments

Color spaces of #a57bed

RGB 165123237
HSL0.730.760.71
HSV262°48°93°
CMYK 0.300.480.00   0.07
XYZ37.886128.279783.5825
Yxy28.27970.25300.1888
Hunter Lab53.178734.1062-55.9628
CIE-Lab60.140639.7818-51.8484

#a57bed color RGB value is (165,123,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111011 11101101
Octal 245 173 355
Decimal 165 123 237
Hex A5 7B ED

RGB Percentages of Color #a57bed

%31.43
%23.43
%45.14

CMYK Percentages of Color #a57bed

%30
%48
%0
%7

Triadic Colors of #a57bed

#a57bed #eda57b #7beda5

Analogous Colors of #a57bed

#a57bed #de7bed #7b8aed

Monochromatic Colors of #a57bed

#a57bed

Complementary Color

#a57bed #c3ed7b

#a57bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57bed Color CSS Codes

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

#a57bed Text Font Color

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

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


#a57bed Background Color

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

This div background color is #a57bed


#a57bed Border Color

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

This div border color is #a57bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57bed


Comments

No comments written yet.

Please login to write comment.