Color Hex Logo

#b645ab Color Hex

#B645AB
(182,69,171)
0 Favorites   0 Comments

Color spaces of #b645ab

RGB 18269171
HSL0.850.450.49
HSV306°62°71°
CMYK 0.000.620.06   0.29
XYZ28.770217.141640.3204
Yxy17.14160.33360.1988
Hunter Lab41.402451.5840-28.7588
CIE-Lab48.438057.9658-32.5212

#b645ab color RGB value is (182,69,171).

#b645ab hex color red value is 182, green value is 69 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b645ab hue: 0.85 , saturation: 0.45 and the lightness value of b645ab is 0.49.

The process color (four color CMYK) of #b645ab color hex is 0.00, 0.62, 0.06, 0.29. Web safe color of #b645ab is #cc3399. Color #b645ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000101 10101011
Octal 266 105 253
Decimal 182 69 171
Hex B6 45 AB

RGB Percentages of Color #b645ab

%43.13
%16.35
%40.52

CMYK Percentages of Color #b645ab

%0
%62
%6
%29

Triadic Colors of #b645ab

#b645ab #abb645 #45abb6

Analogous Colors of #b645ab

#b645ab #b64573 #8945b6

Monochromatic Colors of #b645ab

#b645ab

Complementary Color

#b645ab #45b650

#b645ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b645ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b645ab Color CSS Codes

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

#b645ab Text Font Color

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

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


#b645ab Background Color

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

This div background color is #b645ab


#b645ab Border Color

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

This div border color is #b645ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,69,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b645ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b645ab;
  -webkit-box-shadow: 1px 1px 3px 2px #b645ab;
  box-shadow:         1px 1px 3px 2px #b645ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,69,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b645ab


Comments

No comments written yet.

Please login to write comment.