Color Hex Logo

#b70dbe Color Hex

#B70DBE
(183,13,190)
0 Favorites   0 Comments

Color spaces of #b70dbe

RGB 18313190
HSL0.830.870.40
HSV298°93°75°
CMYK 0.040.930.00   0.25
XYZ28.966614.072849.9048
Yxy14.07280.31170.1514
Hunter Lab37.513772.1815-52.6143
CIE-Lab44.337276.4038-50.1727

#b70dbe color RGB value is (183,13,190).

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

The process color (four color CMYK) of #b70dbe color hex is 0.04, 0.93, 0.00, 0.25. Web safe color of #b70dbe is #cc00cc. Color #b70dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 10111110
Octal 267 15 276
Decimal 183 13 190
Hex B7 D BE

RGB Percentages of Color #b70dbe

%47.41
%3.37
%49.22

CMYK Percentages of Color #b70dbe

%4
%93
%0
%25

Triadic Colors of #b70dbe

#b70dbe #beb70d #0dbeb7

Analogous Colors of #b70dbe

#b70dbe #be0d6d #5f0dbe

Monochromatic Colors of #b70dbe

#b70dbe

Complementary Color

#b70dbe #14be0d

#b70dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70dbe Color CSS Codes

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

#b70dbe Text Font Color

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

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


#b70dbe Background Color

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

This div background color is #b70dbe


#b70dbe Border Color

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

This div border color is #b70dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70dbe


Comments

No comments written yet.

Please login to write comment.