Color Hex Logo

#b549cd Color Hex

#B549CD
(181,73,205)
0 Favorites   0 Comments

Color spaces of #b549cd

RGB 18173205
HSL0.800.570.55
HSV289°64°80°
CMYK 0.120.640.00   0.20
XYZ32.458018.996659.7136
Yxy18.99660.29200.1709
Hunter Lab43.585156.6558-50.7205
CIE-Lab50.683262.0594-48.7361

#b549cd color RGB value is (181,73,205).

#b549cd hex color red value is 181, green value is 73 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b549cd hue: 0.80 , saturation: 0.57 and the lightness value of b549cd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 11001101
Octal 265 111 315
Decimal 181 73 205
Hex B5 49 CD

RGB Percentages of Color #b549cd

%39.43
%15.90
%44.66

CMYK Percentages of Color #b549cd

%12
%64
%0
%20

Triadic Colors of #b549cd

#b549cd #cdb549 #49cdb5

Analogous Colors of #b549cd

#b549cd #cd49a3 #7349cd

Monochromatic Colors of #b549cd

#b549cd

Complementary Color

#b549cd #61cd49

#b549cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b549cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b549cd Color CSS Codes

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

#b549cd Text Font Color

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

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


#b549cd Background Color

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

This div background color is #b549cd


#b549cd Border Color

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

This div border color is #b549cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b549cd


Comments

No comments written yet.

Please login to write comment.