Color Hex Logo

#a57fbb Color Hex

#A57FBB
(165,127,187)
0 Favorites   0 Comments

Color spaces of #a57fbb

RGB 165127187
HSL0.770.310.62
HSV278°32°73°
CMYK 0.120.320.00   0.27
XYZ32.076126.765950.4895
Yxy26.76590.29340.2448
Hunter Lab51.735820.1321-21.6467
CIE-Lab58.757025.8825-25.9108

#a57fbb color RGB value is (165,127,187).

#a57fbb hex color red value is 165, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a57fbb hue: 0.77 , saturation: 0.31 and the lightness value of a57fbb is 0.62.

The process color (four color CMYK) of #a57fbb color hex is 0.12, 0.32, 0.00, 0.27. Web safe color of #a57fbb is #9966cc. Color #a57fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111111 10111011
Octal 245 177 273
Decimal 165 127 187
Hex A5 7F BB

RGB Percentages of Color #a57fbb

%34.45
%26.51
%39.04

CMYK Percentages of Color #a57fbb

%12
%32
%0
%27

Triadic Colors of #a57fbb

#a57fbb #bba57f #7fbba5

Analogous Colors of #a57fbb

#a57fbb #bb7fb3 #877fbb

Monochromatic Colors of #a57fbb

#a57fbb

Complementary Color

#a57fbb #95bb7f

#a57fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57fbb Color CSS Codes

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

#a57fbb Text Font Color

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

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


#a57fbb Background Color

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

This div background color is #a57fbb


#a57fbb Border Color

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

This div border color is #a57fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,127,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57fbb


Comments

No comments written yet.

Please login to write comment.