Color Hex Logo

#b551ce Color Hex

#B551CE
(181,81,206)
0 Favorites   0 Comments

Color spaces of #b551ce

RGB 18181206
HSL0.800.560.56
HSV288°61°81°
CMYK 0.120.610.00   0.19
XYZ33.139120.164860.5381
Yxy20.16480.29110.1771
Hunter Lab44.905253.1450-48.4970
CIE-Lab52.023058.7120-47.1761

#b551ce color RGB value is (181,81,206).

#b551ce hex color red value is 181, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b551ce hue: 0.80 , saturation: 0.56 and the lightness value of b551ce is 0.56.

The process color (four color CMYK) of #b551ce color hex is 0.12, 0.61, 0.00, 0.19. Web safe color of #b551ce is #cc66cc. Color #b551ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 11001110
Octal 265 121 316
Decimal 181 81 206
Hex B5 51 CE

RGB Percentages of Color #b551ce

%38.68
%17.31
%44.02

CMYK Percentages of Color #b551ce

%12
%61
%0
%19

Triadic Colors of #b551ce

#b551ce #ceb551 #51ceb5

Analogous Colors of #b551ce

#b551ce #ce51a9 #7751ce

Monochromatic Colors of #b551ce

#b551ce

Complementary Color

#b551ce #6ace51

#b551ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b551ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b551ce Color CSS Codes

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

#b551ce Text Font Color

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

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


#b551ce Background Color

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

This div background color is #b551ce


#b551ce Border Color

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

This div border color is #b551ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b551ce


Comments

No comments written yet.

Please login to write comment.