Color Hex Logo

#b70dda Color Hex

#B70DDA
(183,13,218)
0 Favorites   0 Comments

Color spaces of #b70dda

RGB 18313218
HSL0.800.890.45
HSV290°94°85°
CMYK 0.160.940.00   0.15
XYZ32.327315.417167.6016
Yxy15.41710.28030.1337
Hunter Lab39.264678.2493-74.5939
CIE-Lab46.200380.9128-63.3778

#b70dda color RGB value is (183,13,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 11011010
Octal 267 15 332
Decimal 183 13 218
Hex B7 D DA

RGB Percentages of Color #b70dda

%44.20
%3.14
%52.66

CMYK Percentages of Color #b70dda

%16
%94
%0
%15

Triadic Colors of #b70dda

#b70dda #dab70d #0ddab7

Analogous Colors of #b70dda

#b70dda #da0d97 #510dda

Monochromatic Colors of #b70dda

#b70dda

Complementary Color

#b70dda #30da0d

#b70dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70dda Color CSS Codes

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

#b70dda Text Font Color

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

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


#b70dda Background Color

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

This div background color is #b70dda


#b70dda Border Color

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

This div border color is #b70dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70dda


Comments

No comments written yet.

Please login to write comment.