Color Hex Logo

#b43cce Color Hex

#B43CCE
(180,60,206)
0 Favorites   0 Comments

Color spaces of #b43cce

RGB 18060206
HSL0.800.600.52
HSV289°71°81°
CMYK 0.130.710.00   0.19
XYZ31.578817.391260.0850
Yxy17.39120.28960.1595
Hunter Lab41.702862.1867-56.2326
CIE-Lab48.749267.2111-52.4093

#b43cce color RGB value is (180,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111100 11001110
Octal 264 74 316
Decimal 180 60 206
Hex B4 3C CE

RGB Percentages of Color #b43cce

%40.36
%13.45
%46.19

CMYK Percentages of Color #b43cce

%13
%71
%0
%19

Triadic Colors of #b43cce

#b43cce #ceb43c #3cceb4

Analogous Colors of #b43cce

#b43cce #ce3c9f #6b3cce

Monochromatic Colors of #b43cce

#b43cce

Complementary Color

#b43cce #56ce3c

#b43cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43cce Color CSS Codes

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

#b43cce Text Font Color

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

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


#b43cce Background Color

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

This div background color is #b43cce


#b43cce Border Color

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

This div border color is #b43cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,60,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 #b43cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43cce


Comments

No comments written yet.

Please login to write comment.