Color Hex Logo

#b43dbf Color Hex

#B43DBF
(180,61,191)
0 Favorites   0 Comments

Color spaces of #b43dbf

RGB 18061191
HSL0.820.520.49
HSV295°68°75°
CMYK 0.060.680.00   0.25
XYZ29.895116.802450.9578
Yxy16.80240.30610.1721
Hunter Lab40.990758.4487-45.0131
CIE-Lab48.010164.1296-44.9171

#b43dbf color RGB value is (180,61,191).

#b43dbf hex color red value is 180, green value is 61 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b43dbf hue: 0.82 , saturation: 0.52 and the lightness value of b43dbf is 0.49.

The process color (four color CMYK) of #b43dbf color hex is 0.06, 0.68, 0.00, 0.25. Web safe color of #b43dbf is #cc33cc. Color #b43dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111101 10111111
Octal 264 75 277
Decimal 180 61 191
Hex B4 3D BF

RGB Percentages of Color #b43dbf

%41.67
%14.12
%44.21

CMYK Percentages of Color #b43dbf

%6
%68
%0
%25

Triadic Colors of #b43dbf

#b43dbf #bfb43d #3dbfb4

Analogous Colors of #b43dbf

#b43dbf #bf3d89 #733dbf

Monochromatic Colors of #b43dbf

#b43dbf

Complementary Color

#b43dbf #48bf3d

#b43dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43dbf Color CSS Codes

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

#b43dbf Text Font Color

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

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


#b43dbf Background Color

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

This div background color is #b43dbf


#b43dbf Border Color

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

This div border color is #b43dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,61,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43dbf


Comments

No comments written yet.

Please login to write comment.