Color Hex Logo

#b51cbd Color Hex

#B51CBD
(181,28,189)
0 Favorites   0 Comments

Color spaces of #b51cbd

RGB 18128189
HSL0.830.740.43
HSV297°85°74°
CMYK 0.040.850.00   0.26
XYZ28.656614.328449.3994
Yxy14.32840.31020.1551
Hunter Lab37.852968.8913-50.8786
CIE-Lab44.700373.6341-49.0243

#b51cbd color RGB value is (181,28,189).

#b51cbd hex color red value is 181, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b51cbd hue: 0.83 , saturation: 0.74 and the lightness value of b51cbd is 0.43.

The process color (four color CMYK) of #b51cbd color hex is 0.04, 0.85, 0.00, 0.26. Web safe color of #b51cbd is #cc33cc. Color #b51cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011100 10111101
Octal 265 34 275
Decimal 181 28 189
Hex B5 1C BD

RGB Percentages of Color #b51cbd

%45.48
%7.04
%47.49

CMYK Percentages of Color #b51cbd

%4
%85
%0
%26

Triadic Colors of #b51cbd

#b51cbd #bdb51c #1cbdb5

Analogous Colors of #b51cbd

#b51cbd #bd1c75 #651cbd

Monochromatic Colors of #b51cbd

#b51cbd

Complementary Color

#b51cbd #24bd1c

#b51cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51cbd Color CSS Codes

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

#b51cbd Text Font Color

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

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


#b51cbd Background Color

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

This div background color is #b51cbd


#b51cbd Border Color

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

This div border color is #b51cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51cbd


Comments

No comments written yet.

Please login to write comment.