Color Hex Logo

#b55bdc Color Hex

#B55BDC
(181,91,220)
0 Favorites   0 Comments

Color spaces of #b55bdc

RGB 18191220
HSL0.780.650.61
HSV282°59°86°
CMYK 0.180.590.00   0.14
XYZ35.715422.473270.1655
Yxy22.47320.27830.1751
Hunter Lab47.405951.5208-54.5710
CIE-Lab54.525556.8183-51.1542

#b55bdc color RGB value is (181,91,220).

#b55bdc hex color red value is 181, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b55bdc hue: 0.78 , saturation: 0.65 and the lightness value of b55bdc is 0.61.

The process color (four color CMYK) of #b55bdc color hex is 0.18, 0.59, 0.00, 0.14. Web safe color of #b55bdc is #cc66cc. Color #b55bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011011 11011100
Octal 265 133 334
Decimal 181 91 220
Hex B5 5B DC

RGB Percentages of Color #b55bdc

%36.79
%18.50
%44.72

CMYK Percentages of Color #b55bdc

%18
%59
%0
%14

Triadic Colors of #b55bdc

#b55bdc #dcb55b #5bdcb5

Analogous Colors of #b55bdc

#b55bdc #dc5bc3 #755bdc

Monochromatic Colors of #b55bdc

#b55bdc

Complementary Color

#b55bdc #82dc5b

#b55bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55bdc Color CSS Codes

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

#b55bdc Text Font Color

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

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


#b55bdc Background Color

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

This div background color is #b55bdc


#b55bdc Border Color

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

This div border color is #b55bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55bdc


Comments

No comments written yet.

Please login to write comment.