Color Hex Logo

#b70adb Color Hex

#B70ADB
(183,10,219)
0 Favorites   0 Comments

Color spaces of #b70adb

RGB 18310219
HSL0.800.910.45
HSV290°95°86°
CMYK 0.160.950.00   0.14
XYZ32.423215.398868.2812
Yxy15.39880.27930.1326
Hunter Lab39.241378.8137-75.6977
CIE-Lab46.175681.3637-63.9901

#b70adb color RGB value is (183,10,219).

#b70adb hex color red value is 183, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b70adb hue: 0.80 , saturation: 0.91 and the lightness value of b70adb is 0.45.

The process color (four color CMYK) of #b70adb color hex is 0.16, 0.95, 0.00, 0.14. Web safe color of #b70adb is #cc00cc. Color #b70adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001010 11011011
Octal 267 12 333
Decimal 183 10 219
Hex B7 A DB

RGB Percentages of Color #b70adb

%44.42
%2.43
%53.16

CMYK Percentages of Color #b70adb

%16
%95
%0
%14

Triadic Colors of #b70adb

#b70adb #dbb70a #0adbb7

Analogous Colors of #b70adb

#b70adb #db0a97 #4f0adb

Monochromatic Colors of #b70adb

#b70adb

Complementary Color

#b70adb #2edb0a

#b70adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70adb Color CSS Codes

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

#b70adb Text Font Color

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

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


#b70adb Background Color

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

This div background color is #b70adb


#b70adb Border Color

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

This div border color is #b70adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70adb


Comments

No comments written yet.

Please login to write comment.