Color Hex Logo

#b761aa Color Hex

#B761AA
(183,97,170)
0 Favorites   0 Comments

Color spaces of #b761aa

RGB 18397170
HSL0.860.370.55
HSV309°47°72°
CMYK 0.000.470.07   0.28
XYZ31.058821.518940.5468
Yxy21.51890.33350.2311
Hunter Lab46.388538.3326-19.3517
CIE-Lab53.512844.7672-24.0398

#b761aa color RGB value is (183,97,170).

#b761aa hex color red value is 183, green value is 97 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b761aa hue: 0.86 , saturation: 0.37 and the lightness value of b761aa is 0.55.

The process color (four color CMYK) of #b761aa color hex is 0.00, 0.47, 0.07, 0.28. Web safe color of #b761aa is #cc6699. Color #b761aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 10101010
Octal 267 141 252
Decimal 183 97 170
Hex B7 61 AA

RGB Percentages of Color #b761aa

%40.67
%21.56
%37.78

CMYK Percentages of Color #b761aa

%0
%47
%7
%28

Triadic Colors of #b761aa

#b761aa #aab761 #61aab7

Analogous Colors of #b761aa

#b761aa #b7617f #9961b7

Monochromatic Colors of #b761aa

#b761aa

Complementary Color

#b761aa #61b76e

#b761aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b761aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b761aa Color CSS Codes

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

#b761aa Text Font Color

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

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


#b761aa Background Color

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

This div background color is #b761aa


#b761aa Border Color

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

This div border color is #b761aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,97,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b761aa


Comments

No comments written yet.

Please login to write comment.