Color Hex Logo

#b512cb Color Hex

#B512CB
(181,18,203)
0 Favorites   0 Comments

Color spaces of #b512cb

RGB 18118203
HSL0.810.840.43
HSV293°91°80°
CMYK 0.110.910.00   0.20
XYZ30.051914.568257.7279
Yxy14.56820.29360.1423
Hunter Lab38.168373.7478-62.9557
CIE-Lab45.037077.5381-56.6358

#b512cb color RGB value is (181,18,203).

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

The process color (four color CMYK) of #b512cb color hex is 0.11, 0.91, 0.00, 0.20. Web safe color of #b512cb is #cc00cc. Color #b512cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010010 11001011
Octal 265 22 313
Decimal 181 18 203
Hex B5 12 CB

RGB Percentages of Color #b512cb

%45.02
%4.48
%50.50

CMYK Percentages of Color #b512cb

%11
%91
%0
%20

Triadic Colors of #b512cb

#b512cb #cbb512 #12cbb5

Analogous Colors of #b512cb

#b512cb #cb1285 #5912cb

Monochromatic Colors of #b512cb

#b512cb

Complementary Color

#b512cb #28cb12

#b512cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b512cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b512cb Color CSS Codes

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

#b512cb Text Font Color

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

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


#b512cb Background Color

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

This div background color is #b512cb


#b512cb Border Color

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

This div border color is #b512cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,18,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 #b512cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b512cb


Comments

No comments written yet.

Please login to write comment.