Color Hex Logo

#b551ec Color Hex

#B551EC
(181,81,236)
0 Favorites   0 Comments

Color spaces of #b551ec

RGB 18181236
HSL0.770.800.62
HSV279°66°93°
CMYK 0.230.660.00   0.07
XYZ37.138821.764781.6005
Yxy21.76470.26430.1549
Hunter Lab46.652760.4564-71.0477
CIE-Lab53.776564.7780-61.3620

#b551ec color RGB value is (181,81,236).

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

The process color (four color CMYK) of #b551ec color hex is 0.23, 0.66, 0.00, 0.07. Web safe color of #b551ec is #cc66ff. Color #b551ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 11101100
Octal 265 121 354
Decimal 181 81 236
Hex B5 51 EC

RGB Percentages of Color #b551ec

%36.35
%16.27
%47.39

CMYK Percentages of Color #b551ec

%23
%66
%0
%7

Triadic Colors of #b551ec

#b551ec #ecb551 #51ecb5

Analogous Colors of #b551ec

#b551ec #ec51d6 #6851ec

Monochromatic Colors of #b551ec

#b551ec

Complementary Color

#b551ec #88ec51

#b551ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b551ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b551ec Color CSS Codes

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

#b551ec Text Font Color

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

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


#b551ec Background Color

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

This div background color is #b551ec


#b551ec Border Color

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

This div border color is #b551ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b551ec


Comments

No comments written yet.

Please login to write comment.