Color Hex Logo

#b51ccb Color Hex

#B51CCB
(181,28,203)
0 Favorites   0 Comments

Color spaces of #b51ccb

RGB 18128203
HSL0.810.760.45
HSV292°86°80°
CMYK 0.110.860.00   0.20
XYZ30.250814.966157.7943
Yxy14.96610.29370.1453
Hunter Lab38.686071.8786-61.4950
CIE-Lab45.587775.9141-55.7484

#b51ccb color RGB value is (181,28,203).

#b51ccb hex color red value is 181, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b51ccb hue: 0.81 , saturation: 0.76 and the lightness value of b51ccb is 0.45.

The process color (four color CMYK) of #b51ccb color hex is 0.11, 0.86, 0.00, 0.20. Web safe color of #b51ccb is #cc33cc. Color #b51ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011100 11001011
Octal 265 34 313
Decimal 181 28 203
Hex B5 1C CB

RGB Percentages of Color #b51ccb

%43.93
%6.80
%49.27

CMYK Percentages of Color #b51ccb

%11
%86
%0
%20

Triadic Colors of #b51ccb

#b51ccb #cbb51c #1ccbb5

Analogous Colors of #b51ccb

#b51ccb #cb1c8a #5e1ccb

Monochromatic Colors of #b51ccb

#b51ccb

Complementary Color

#b51ccb #32cb1c

#b51ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51ccb Color CSS Codes

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

#b51ccb Text Font Color

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

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


#b51ccb Background Color

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

This div background color is #b51ccb


#b51ccb Border Color

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

This div border color is #b51ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51ccb


Comments

No comments written yet.

Please login to write comment.