Color Hex Logo

#b753aa Color Hex

#B753AA
(183,83,170)
0 Favorites   0 Comments

Color spaces of #b753aa

RGB 18383170
HSL0.860.410.52
HSV308°55°72°
CMYK 0.000.550.07   0.28
XYZ29.877419.156140.1530
Yxy19.15610.33500.2148
Hunter Lab43.767745.2571-23.7560
CIE-Lab50.869351.7382-28.1301

#b753aa color RGB value is (183,83,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 10101010
Octal 267 123 252
Decimal 183 83 170
Hex B7 53 AA

RGB Percentages of Color #b753aa

%41.97
%19.04
%38.99

CMYK Percentages of Color #b753aa

%0
%55
%7
%28

Triadic Colors of #b753aa

#b753aa #aab753 #53aab7

Analogous Colors of #b753aa

#b753aa #b75378 #9253b7

Monochromatic Colors of #b753aa

#b753aa

Complementary Color

#b753aa #53b760

#b753aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b753aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b753aa Color CSS Codes

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

#b753aa Text Font Color

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

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


#b753aa Background Color

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

This div background color is #b753aa


#b753aa Border Color

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

This div border color is #b753aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b753aa


Comments

No comments written yet.

Please login to write comment.