Color Hex Logo

#b70ada Color Hex

#B70ADA
(183,10,218)
0 Favorites   0 Comments

Color spaces of #b70ada

RGB 18310218
HSL0.810.910.45
HSV290°95°85°
CMYK 0.160.950.00   0.15
XYZ32.291915.346367.5898
Yxy15.34630.28020.1332
Hunter Lab39.174478.5846-74.8745
CIE-Lab46.104981.1964-63.5323

#b70ada color RGB value is (183,10,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001010 11011010
Octal 267 12 332
Decimal 183 10 218
Hex B7 A DA

RGB Percentages of Color #b70ada

%44.53
%2.43
%53.04

CMYK Percentages of Color #b70ada

%16
%95
%0
%15

Triadic Colors of #b70ada

#b70ada #dab70a #0adab7

Analogous Colors of #b70ada

#b70ada #da0a95 #4f0ada

Monochromatic Colors of #b70ada

#b70ada

Complementary Color

#b70ada #2dda0a

#b70ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70ada Color CSS Codes

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

#b70ada Text Font Color

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

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


#b70ada Background Color

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

This div background color is #b70ada


#b70ada Border Color

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

This div border color is #b70ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70ada


Comments

No comments written yet.

Please login to write comment.