Color Hex Logo

#b443cc Color Hex

#B443CC
(180,67,204)
0 Favorites   0 Comments

Color spaces of #b443cc

RGB 18067204
HSL0.800.570.53
HSV289°67°80°
CMYK 0.120.670.00   0.20
XYZ31.728618.077258.9437
Yxy18.07720.29180.1662
Hunter Lab42.517358.8007-52.4344
CIE-Lab49.589664.1355-49.9150

#b443cc color RGB value is (180,67,204).

#b443cc hex color red value is 180, green value is 67 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b443cc hue: 0.80 , saturation: 0.57 and the lightness value of b443cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 11001100
Octal 264 103 314
Decimal 180 67 204
Hex B4 43 CC

RGB Percentages of Color #b443cc

%39.91
%14.86
%45.23

CMYK Percentages of Color #b443cc

%12
%67
%0
%20

Triadic Colors of #b443cc

#b443cc #ccb443 #43ccb4

Analogous Colors of #b443cc

#b443cc #cc43a0 #7043cc

Monochromatic Colors of #b443cc

#b443cc

Complementary Color

#b443cc #5bcc43

#b443cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b443cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b443cc Color CSS Codes

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

#b443cc Text Font Color

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

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


#b443cc Background Color

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

This div background color is #b443cc


#b443cc Border Color

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

This div border color is #b443cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b443cc


Comments

No comments written yet.

Please login to write comment.