Color Hex Logo

#b34ccb Color Hex

#B34CCB
(179,76,203)
0 Favorites   0 Comments

Color spaces of #b34ccb

RGB 17976203
HSL0.800.550.55
HSV289°63°80°
CMYK 0.120.630.00   0.20
XYZ31.954319.064458.4955
Yxy19.06440.29180.1741
Hunter Lab43.662854.2240-48.8675
CIE-Lab50.762559.9006-47.4787

#b34ccb color RGB value is (179,76,203).

#b34ccb hex color red value is 179, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b34ccb hue: 0.80 , saturation: 0.55 and the lightness value of b34ccb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001100 11001011
Octal 263 114 313
Decimal 179 76 203
Hex B3 4C CB

RGB Percentages of Color #b34ccb

%39.08
%16.59
%44.32

CMYK Percentages of Color #b34ccb

%12
%63
%0
%20

Triadic Colors of #b34ccb

#b34ccb #cbb34c #4ccbb3

Analogous Colors of #b34ccb

#b34ccb #cb4ca4 #744ccb

Monochromatic Colors of #b34ccb

#b34ccb

Complementary Color

#b34ccb #64cb4c

#b34ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34ccb Color CSS Codes

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

#b34ccb Text Font Color

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

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


#b34ccb Background Color

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

This div background color is #b34ccb


#b34ccb Border Color

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

This div border color is #b34ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,76,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b34ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b34ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #b34ccb;
  box-shadow:         1px 1px 3px 2px #b34ccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,76,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34ccb


Comments

No comments written yet.

Please login to write comment.