Color Hex Logo

#b70deb Color Hex

#B70DEB
(183,13,235)
0 Favorites   0 Comments

Color spaces of #b70deb

RGB 18313235
HSL0.790.900.49
HSV286°94°92°
CMYK 0.220.940.00   0.08
XYZ34.667816.353379.9266
Yxy16.35330.26470.1249
Hunter Lab40.439282.2562-88.8770
CIE-Lab47.434683.8197-71.0454

#b70deb color RGB value is (183,13,235).

#b70deb hex color red value is 183, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b70deb hue: 0.79 , saturation: 0.90 and the lightness value of b70deb is 0.49.

The process color (four color CMYK) of #b70deb color hex is 0.22, 0.94, 0.00, 0.08. Web safe color of #b70deb is #cc00ff. Color #b70deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 11101011
Octal 267 15 353
Decimal 183 13 235
Hex B7 D EB

RGB Percentages of Color #b70deb

%42.46
%3.02
%54.52

CMYK Percentages of Color #b70deb

%22
%94
%0
%8

Triadic Colors of #b70deb

#b70deb #ebb70d #0debb7

Analogous Colors of #b70deb

#b70deb #eb0db0 #480deb

Monochromatic Colors of #b70deb

#b70deb

Complementary Color

#b70deb #41eb0d

#b70deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70deb Color CSS Codes

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

#b70deb Text Font Color

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

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


#b70deb Background Color

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

This div background color is #b70deb


#b70deb Border Color

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

This div border color is #b70deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70deb


Comments

No comments written yet.

Please login to write comment.