Color Hex Logo

#b555dc Color Hex

#B555DC
(181,85,220)
0 Favorites   0 Comments

Color spaces of #b555dc

RGB 18185220
HSL0.790.660.60
HSV283°61°86°
CMYK 0.180.610.00   0.14
XYZ35.222821.488170.0013
Yxy21.48810.27800.1696
Hunter Lab46.355354.5106-57.0854
CIE-Lab53.479659.6601-52.8226

#b555dc color RGB value is (181,85,220).

#b555dc hex color red value is 181, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b555dc hue: 0.79 , saturation: 0.66 and the lightness value of b555dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010101 11011100
Octal 265 125 334
Decimal 181 85 220
Hex B5 55 DC

RGB Percentages of Color #b555dc

%37.24
%17.49
%45.27

CMYK Percentages of Color #b555dc

%18
%61
%0
%14

Triadic Colors of #b555dc

#b555dc #dcb555 #55dcb5

Analogous Colors of #b555dc

#b555dc #dc55c0 #7255dc

Monochromatic Colors of #b555dc

#b555dc

Complementary Color

#b555dc #7cdc55

#b555dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b555dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b555dc Color CSS Codes

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

#b555dc Text Font Color

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

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


#b555dc Background Color

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

This div background color is #b555dc


#b555dc Border Color

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

This div border color is #b555dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b555dc


Comments

No comments written yet.

Please login to write comment.