Color Hex Logo

#b549cb Color Hex

#B549CB
(181,73,203)
0 Favorites   0 Comments

Color spaces of #b549cb

RGB 18173203
HSL0.810.560.54
HSV290°64°80°
CMYK 0.110.640.00   0.20
XYZ32.218118.900658.4500
Yxy18.90060.29400.1725
Hunter Lab43.474856.2009-49.2804
CIE-Lab50.570761.6812-47.7671

#b549cb color RGB value is (181,73,203).

#b549cb hex color red value is 181, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b549cb hue: 0.81 , saturation: 0.56 and the lightness value of b549cb is 0.54.

The process color (four color CMYK) of #b549cb color hex is 0.11, 0.64, 0.00, 0.20. Web safe color of #b549cb is #cc33cc. Color #b549cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 11001011
Octal 265 111 313
Decimal 181 73 203
Hex B5 49 CB

RGB Percentages of Color #b549cb

%39.61
%15.97
%44.42

CMYK Percentages of Color #b549cb

%11
%64
%0
%20

Triadic Colors of #b549cb

#b549cb #cbb549 #49cbb5

Analogous Colors of #b549cb

#b549cb #cb49a0 #7449cb

Monochromatic Colors of #b549cb

#b549cb

Complementary Color

#b549cb #5fcb49

#b549cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b549cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b549cb Color CSS Codes

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

#b549cb Text Font Color

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

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


#b549cb Background Color

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

This div background color is #b549cb


#b549cb Border Color

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

This div border color is #b549cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,73,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b549cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b549cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b549cb;
  box-shadow:         1px 1px 3px 2px #b549cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,73,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b549cb


Comments

No comments written yet.

Please login to write comment.