Color Hex Logo

#b70dbb Color Hex

#B70DBB
(183,13,187)
0 Favorites   0 Comments

Color spaces of #b70dbb

RGB 18313187
HSL0.830.870.39
HSV299°93°73°
CMYK 0.020.930.00   0.27
XYZ28.642013.943048.1954
Yxy13.94300.31550.1536
Hunter Lab37.340371.5733-50.3878
CIE-Lab44.151175.9443-48.7124

#b70dbb color RGB value is (183,13,187).

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

The process color (four color CMYK) of #b70dbb color hex is 0.02, 0.93, 0.00, 0.27. Web safe color of #b70dbb is #cc00cc. Color #b70dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 10111011
Octal 267 15 273
Decimal 183 13 187
Hex B7 D BB

RGB Percentages of Color #b70dbb

%47.78
%3.39
%48.83

CMYK Percentages of Color #b70dbb

%2
%93
%0
%27

Triadic Colors of #b70dbb

#b70dbb #bbb70d #0dbbb7

Analogous Colors of #b70dbb

#b70dbb #bb0d68 #600dbb

Monochromatic Colors of #b70dbb

#b70dbb

Complementary Color

#b70dbb #11bb0d

#b70dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70dbb Color CSS Codes

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

#b70dbb Text Font Color

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

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


#b70dbb Background Color

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

This div background color is #b70dbb


#b70dbb Border Color

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

This div border color is #b70dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70dbb


Comments

No comments written yet.

Please login to write comment.