Color Hex Logo

#b34ccc Color Hex

#B34CCC
(179,76,204)
0 Favorites   0 Comments

Color spaces of #b34ccc

RGB 17976204
HSL0.800.560.55
HSV288°63°80°
CMYK 0.120.630.00   0.20
XYZ32.073919.112259.1253
Yxy19.11220.29080.1733
Hunter Lab43.717554.4532-49.5839
CIE-Lab50.818260.0935-47.9640

#b34ccc color RGB value is (179,76,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001100 11001100
Octal 263 114 314
Decimal 179 76 204
Hex B3 4C CC

RGB Percentages of Color #b34ccc

%39.00
%16.56
%44.44

CMYK Percentages of Color #b34ccc

%12
%63
%0
%20

Triadic Colors of #b34ccc

#b34ccc #ccb34c #4cccb3

Analogous Colors of #b34ccc

#b34ccc #cc4ca5 #734ccc

Monochromatic Colors of #b34ccc

#b34ccc

Complementary Color

#b34ccc #65cc4c

#b34ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34ccc Color CSS Codes

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

#b34ccc Text Font Color

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

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


#b34ccc Background Color

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

This div background color is #b34ccc


#b34ccc Border Color

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

This div border color is #b34ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34ccc


Comments

No comments written yet.

Please login to write comment.