Color Hex Logo

#b51ccc Color Hex

#B51CCC
(181,28,204)
0 Favorites   0 Comments

Color spaces of #b51ccc

RGB 18128204
HSL0.810.760.45
HSV292°86°80°
CMYK 0.110.860.00   0.20
XYZ30.370415.013958.4240
Yxy15.01390.29260.1446
Hunter Lab38.747872.0992-62.2742
CIE-Lab45.653276.0811-56.2214

#b51ccc color RGB value is (181,28,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011100 11001100
Octal 265 34 314
Decimal 181 28 204
Hex B5 1C CC

RGB Percentages of Color #b51ccc

%43.83
%6.78
%49.39

CMYK Percentages of Color #b51ccc

%11
%86
%0
%20

Triadic Colors of #b51ccc

#b51ccc #ccb51c #1cccb5

Analogous Colors of #b51ccc

#b51ccc #cc1c8b #5d1ccc

Monochromatic Colors of #b51ccc

#b51ccc

Complementary Color

#b51ccc #33cc1c

#b51ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51ccc Color CSS Codes

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

#b51ccc Text Font Color

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

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


#b51ccc Background Color

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

This div background color is #b51ccc


#b51ccc Border Color

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

This div border color is #b51ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51ccc


Comments

No comments written yet.

Please login to write comment.