Color Hex Logo

#b43deb Color Hex

#B43DEB
(180,61,235)
0 Favorites   0 Comments

Color spaces of #b43deb

RGB 18061235
HSL0.780.810.58
HSV281°74°92°
CMYK 0.230.740.00   0.08
XYZ35.486519.038980.4018
Yxy19.03890.26300.1411
Hunter Lab43.633668.8124-78.7077
CIE-Lab50.732772.3943-65.7159

#b43deb color RGB value is (180,61,235).

#b43deb hex color red value is 180, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b43deb hue: 0.78 , saturation: 0.81 and the lightness value of b43deb is 0.58.

The process color (four color CMYK) of #b43deb color hex is 0.23, 0.74, 0.00, 0.08. Web safe color of #b43deb is #cc33ff. Color #b43deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111101 11101011
Octal 264 75 353
Decimal 180 61 235
Hex B4 3D EB

RGB Percentages of Color #b43deb

%37.82
%12.82
%49.37

CMYK Percentages of Color #b43deb

%23
%74
%0
%8

Triadic Colors of #b43deb

#b43deb #ebb43d #3debb4

Analogous Colors of #b43deb

#b43deb #eb3dcb #5d3deb

Monochromatic Colors of #b43deb

#b43deb

Complementary Color

#b43deb #74eb3d

#b43deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43deb Color CSS Codes

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

#b43deb Text Font Color

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

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


#b43deb Background Color

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

This div background color is #b43deb


#b43deb Border Color

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

This div border color is #b43deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43deb


Comments

No comments written yet.

Please login to write comment.