Color Hex Logo

#b72dbb Color Hex

#B72DBB
(183,45,187)
0 Favorites   0 Comments

Color spaces of #b72dbb

RGB 18345187
HSL0.830.610.45
HSV298°76°73°
CMYK 0.020.760.00   0.27
XYZ29.436515.531948.4602
Yxy15.53190.31510.1662
Hunter Lab39.410564.3567-45.3171
CIE-Lab46.354369.5191-45.1924

#b72dbb color RGB value is (183,45,187).

#b72dbb hex color red value is 183, green value is 45 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b72dbb hue: 0.83 , saturation: 0.61 and the lightness value of b72dbb is 0.45.

The process color (four color CMYK) of #b72dbb color hex is 0.02, 0.76, 0.00, 0.27. Web safe color of #b72dbb is #cc33cc. Color #b72dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101101 10111011
Octal 267 55 273
Decimal 183 45 187
Hex B7 2D BB

RGB Percentages of Color #b72dbb

%44.10
%10.84
%45.06

CMYK Percentages of Color #b72dbb

%2
%76
%0
%27

Triadic Colors of #b72dbb

#b72dbb #bbb72d #2dbbb7

Analogous Colors of #b72dbb

#b72dbb #bb2d78 #702dbb

Monochromatic Colors of #b72dbb

#b72dbb

Complementary Color

#b72dbb #31bb2d

#b72dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72dbb Color CSS Codes

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

#b72dbb Text Font Color

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

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


#b72dbb Background Color

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

This div background color is #b72dbb


#b72dbb Border Color

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

This div border color is #b72dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,45,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b72dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b72dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #b72dbb;
  box-shadow:         1px 1px 3px 2px #b72dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,45,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72dbb


Comments

No comments written yet.

Please login to write comment.