Color Hex Logo

#b551ef Color Hex

#B551EF
(181,81,239)
0 Favorites   0 Comments

Color spaces of #b551ef

RGB 18181239
HSL0.770.830.63
HSV278°66°94°
CMYK 0.240.660.00   0.06
XYZ37.578521.940683.9157
Yxy21.94060.26200.1530
Hunter Lab46.840861.2320-73.4300
CIE-Lab53.963965.4068-62.7409

#b551ef color RGB value is (181,81,239).

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

The process color (four color CMYK) of #b551ef color hex is 0.24, 0.66, 0.00, 0.06. Web safe color of #b551ef is #cc66ff. Color #b551ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 11101111
Octal 265 121 357
Decimal 181 81 239
Hex B5 51 EF

RGB Percentages of Color #b551ef

%36.13
%16.17
%47.70

CMYK Percentages of Color #b551ef

%24
%66
%0
%6

Triadic Colors of #b551ef

#b551ef #efb551 #51efb5

Analogous Colors of #b551ef

#b551ef #ef51da #6651ef

Monochromatic Colors of #b551ef

#b551ef

Complementary Color

#b551ef #8bef51

#b551ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b551ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b551ef Color CSS Codes

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

#b551ef Text Font Color

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

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


#b551ef Background Color

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

This div background color is #b551ef


#b551ef Border Color

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

This div border color is #b551ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b551ef


Comments

No comments written yet.

Please login to write comment.