Color Hex Logo

#b43acd Color Hex

#B43ACD
(180,58,205)
0 Favorites   0 Comments

Color spaces of #b43acd

RGB 18058205
HSL0.800.600.52
HSV290°72°80°
CMYK 0.120.720.00   0.20
XYZ31.354917.137259.4128
Yxy17.13720.29060.1588
Hunter Lab41.397162.7541-56.1146
CIE-Lab48.432467.7561-52.3414

#b43acd color RGB value is (180,58,205).

#b43acd hex color red value is 180, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b43acd hue: 0.80 , saturation: 0.60 and the lightness value of b43acd is 0.52.

The process color (four color CMYK) of #b43acd color hex is 0.12, 0.72, 0.00, 0.20. Web safe color of #b43acd is #cc33cc. Color #b43acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111010 11001101
Octal 264 72 315
Decimal 180 58 205
Hex B4 3A CD

RGB Percentages of Color #b43acd

%40.63
%13.09
%46.28

CMYK Percentages of Color #b43acd

%12
%72
%0
%20

Triadic Colors of #b43acd

#b43acd #cdb43a #3acdb4

Analogous Colors of #b43acd

#b43acd #cd3a9d #6b3acd

Monochromatic Colors of #b43acd

#b43acd

Complementary Color

#b43acd #53cd3a

#b43acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43acd Color CSS Codes

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

#b43acd Text Font Color

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

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


#b43acd Background Color

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

This div background color is #b43acd


#b43acd Border Color

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

This div border color is #b43acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43acd


Comments

No comments written yet.

Please login to write comment.