color codes Logo

#b51dcb color codes

#B51DCB
(181,29,203)
0 Favorites   0 Comments

Color spaces of #b51dcb

RGB 18129203
HSL0.810.750.45
HSV292°86°80°
CMYK 0.110.860.00   0.20
XYZ30.274915.014357.8023
Yxy15.01430.29370.1456
Hunter Lab38.748371.6565-61.3213
CIE-Lab45.653875.7201-55.6420

#b51dcb color RGB value is (181,29,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011101 11001011
Octal 265 35 313
Decimal 181 29 203
Hex B5 1D CB

RGB Percentages of Color #b51dcb

%43.83
%7.02
%49.15

CMYK Percentages of Color #b51dcb

%11
%86
%0
%20

Triadic Colors of #b51dcb

#b51dcb #cbb51d #1dcbb5

Analogous Colors of #b51dcb

#b51dcb #cb1d8a #5e1dcb

Monochromatic Colors of #b51dcb

#b51dcb

Complementary Color

#b51dcb #33cb1d

#b51dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51dcb Color CSS Codes

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

#b51dcb Text Font Color

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

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


#b51dcb Background Color

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

This div background color is #b51dcb


#b51dcb Border Color

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

This div border color is #b51dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51dcb


Comments

No comments written yet.

Please login to write comment.