Color Hex Logo

#b43cbd Color Hex

#B43CBD
(180,60,189)
0 Favorites   0 Comments

Color spaces of #b43cbd

RGB 18060189
HSL0.820.520.49
HSV296°68°74°
CMYK 0.050.680.00   0.26
XYZ29.623616.609149.7887
Yxy16.60910.30850.1730
Hunter Lab40.754358.4287-43.9055
CIE-Lab47.763764.1593-44.1452

#b43cbd color RGB value is (180,60,189).

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

The process color (four color CMYK) of #b43cbd color hex is 0.05, 0.68, 0.00, 0.26. Web safe color of #b43cbd is #cc33cc. Color #b43cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111100 10111101
Octal 264 74 275
Decimal 180 60 189
Hex B4 3C BD

RGB Percentages of Color #b43cbd

%41.96
%13.99
%44.06

CMYK Percentages of Color #b43cbd

%5
%68
%0
%26

Triadic Colors of #b43cbd

#b43cbd #bdb43c #3cbdb4

Analogous Colors of #b43cbd

#b43cbd #bd3c86 #743cbd

Monochromatic Colors of #b43cbd

#b43cbd

Complementary Color

#b43cbd #45bd3c

#b43cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43cbd Color CSS Codes

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

#b43cbd Text Font Color

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

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


#b43cbd Background Color

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

This div background color is #b43cbd


#b43cbd Border Color

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

This div border color is #b43cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43cbd


Comments

No comments written yet.

Please login to write comment.