Color Hex Logo

#b443ce Color Hex

#B443CE
(180,67,206)
0 Favorites   0 Comments

Color spaces of #b443ce

RGB 18067206
HSL0.800.590.54
HSV289°67°81°
CMYK 0.130.670.00   0.19
XYZ31.970118.173860.2154
Yxy18.17380.28970.1647
Hunter Lab42.630759.2588-53.9049
CIE-Lab49.706264.5106-50.8779

#b443ce color RGB value is (180,67,206).

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

The process color (four color CMYK) of #b443ce color hex is 0.13, 0.67, 0.00, 0.19. Web safe color of #b443ce is #cc33cc. Color #b443ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 11001110
Octal 264 103 316
Decimal 180 67 206
Hex B4 43 CE

RGB Percentages of Color #b443ce

%39.74
%14.79
%45.47

CMYK Percentages of Color #b443ce

%13
%67
%0
%19

Triadic Colors of #b443ce

#b443ce #ceb443 #43ceb4

Analogous Colors of #b443ce

#b443ce #ce43a3 #6f43ce

Monochromatic Colors of #b443ce

#b443ce

Complementary Color

#b443ce #5dce43

#b443ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b443ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b443ce Color CSS Codes

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

#b443ce Text Font Color

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

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


#b443ce Background Color

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

This div background color is #b443ce


#b443ce Border Color

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

This div border color is #b443ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b443ce


Comments

No comments written yet.

Please login to write comment.