Color Hex Logo

#b70add Color Hex

#B70ADD
(183,10,221)
0 Favorites   0 Comments

Color spaces of #b70add

RGB 18310221
HSL0.800.910.45
HSV289°95°87°
CMYK 0.170.950.00   0.13
XYZ32.688115.504869.6765
Yxy15.50480.27730.1315
Hunter Lab39.376179.2735-77.3510
CIE-Lab46.318081.6990-64.9029

#b70add color RGB value is (183,10,221).

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

The process color (four color CMYK) of #b70add color hex is 0.17, 0.95, 0.00, 0.13. Web safe color of #b70add is #cc00cc. Color #b70add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001010 11011101
Octal 267 12 335
Decimal 183 10 221
Hex B7 A DD

RGB Percentages of Color #b70add

%44.20
%2.42
%53.38

CMYK Percentages of Color #b70add

%17
%95
%0
%13

Triadic Colors of #b70add

#b70add #ddb70a #0addb7

Analogous Colors of #b70add

#b70add #dd0a9a #4e0add

Monochromatic Colors of #b70add

#b70add

Complementary Color

#b70add #30dd0a

#b70add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70add Color CSS Codes

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

#b70add Text Font Color

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

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


#b70add Background Color

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

This div background color is #b70add


#b70add Border Color

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

This div border color is #b70add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70add


Comments

No comments written yet.

Please login to write comment.