Color Hex Logo

#b552dc Color Hex

#B552DC
(181,82,220)
0 Favorites   0 Comments

Color spaces of #b552dc

RGB 18182220
HSL0.790.660.59
HSV283°63°86°
CMYK 0.180.630.00   0.14
XYZ34.991621.025769.9242
Yxy21.02570.27780.1669
Hunter Lab45.853855.9715-58.3159
CIE-Lab52.977661.0363-53.6247

#b552dc color RGB value is (181,82,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010010 11011100
Octal 265 122 334
Decimal 181 82 220
Hex B5 52 DC

RGB Percentages of Color #b552dc

%37.47
%16.98
%45.55

CMYK Percentages of Color #b552dc

%18
%63
%0
%14

Triadic Colors of #b552dc

#b552dc #dcb552 #52dcb5

Analogous Colors of #b552dc

#b552dc #dc52be #7052dc

Monochromatic Colors of #b552dc

#b552dc

Complementary Color

#b552dc #79dc52

#b552dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b552dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b552dc Color CSS Codes

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

#b552dc Text Font Color

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

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


#b552dc Background Color

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

This div background color is #b552dc


#b552dc Border Color

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

This div border color is #b552dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b552dc


Comments

No comments written yet.

Please login to write comment.