Color Hex Logo

#b44cbc Color Hex

#B44CBC
(180,76,188)
0 Favorites   0 Comments

Color spaces of #b44cbc

RGB 18076188
HSL0.820.460.52
HSV296°60°74°
CMYK 0.040.600.00   0.26
XYZ30.483918.503049.5417
Yxy18.50300.30940.1878
Hunter Lab43.015151.2227-38.1754
CIE-Lab50.100657.3367-39.8608

#b44cbc color RGB value is (180,76,188).

#b44cbc hex color red value is 180, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b44cbc hue: 0.82 , saturation: 0.46 and the lightness value of b44cbc is 0.52.

The process color (four color CMYK) of #b44cbc color hex is 0.04, 0.60, 0.00, 0.26. Web safe color of #b44cbc is #cc33cc. Color #b44cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001100 10111100
Octal 264 114 274
Decimal 180 76 188
Hex B4 4C BC

RGB Percentages of Color #b44cbc

%40.54
%17.12
%42.34

CMYK Percentages of Color #b44cbc

%4
%60
%0
%26

Triadic Colors of #b44cbc

#b44cbc #bcb44c #4cbcb4

Analogous Colors of #b44cbc

#b44cbc #bc4c8c #7c4cbc

Monochromatic Colors of #b44cbc

#b44cbc

Complementary Color

#b44cbc #54bc4c

#b44cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44cbc Color CSS Codes

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

#b44cbc Text Font Color

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

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


#b44cbc Background Color

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

This div background color is #b44cbc


#b44cbc Border Color

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

This div border color is #b44cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44cbc


Comments

No comments written yet.

Please login to write comment.