Color Hex Logo

#b554dd Color Hex

#B554DD
(181,84,221)
0 Favorites   0 Comments

Color spaces of #b554dd

RGB 18184221
HSL0.780.670.60
HSV282°62°87°
CMYK 0.180.620.00   0.13
XYZ35.277521.384970.6750
Yxy21.38490.27700.1679
Hunter Lab46.243855.2436-58.2430
CIE-Lab53.368260.3261-53.5667

#b554dd color RGB value is (181,84,221).

#b554dd hex color red value is 181, green value is 84 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b554dd hue: 0.78 , saturation: 0.67 and the lightness value of b554dd is 0.60.

The process color (four color CMYK) of #b554dd color hex is 0.18, 0.62, 0.00, 0.13. Web safe color of #b554dd is #cc66cc. Color #b554dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 11011101
Octal 265 124 335
Decimal 181 84 221
Hex B5 54 DD

RGB Percentages of Color #b554dd

%37.24
%17.28
%45.47

CMYK Percentages of Color #b554dd

%18
%62
%0
%13

Triadic Colors of #b554dd

#b554dd #ddb554 #54ddb5

Analogous Colors of #b554dd

#b554dd #dd54c1 #7154dd

Monochromatic Colors of #b554dd

#b554dd

Complementary Color

#b554dd #7cdd54

#b554dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b554dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b554dd Color CSS Codes

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

#b554dd Text Font Color

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

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


#b554dd Background Color

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

This div background color is #b554dd


#b554dd Border Color

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

This div border color is #b554dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b554dd


Comments

No comments written yet.

Please login to write comment.