Color Hex Logo

#b44ccb Color Hex

#B44CCB
(180,76,203)
0 Favorites   0 Comments

Color spaces of #b44ccb

RGB 18076203
HSL0.800.550.55
HSV289°63°80°
CMYK 0.110.630.00   0.20
XYZ32.186319.184058.5064
Yxy19.18400.29290.1746
Hunter Lab43.799554.5224-48.5385
CIE-Lab50.901860.1394-47.2486

#b44ccb color RGB value is (180,76,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001100 11001011
Octal 264 114 313
Decimal 180 76 203
Hex B4 4C CB

RGB Percentages of Color #b44ccb

%39.22
%16.56
%44.23

CMYK Percentages of Color #b44ccb

%11
%63
%0
%20

Triadic Colors of #b44ccb

#b44ccb #cbb44c #4ccbb4

Analogous Colors of #b44ccb

#b44ccb #cb4ca3 #754ccb

Monochromatic Colors of #b44ccb

#b44ccb

Complementary Color

#b44ccb #63cb4c

#b44ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ccb Color CSS Codes

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

#b44ccb Text Font Color

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

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


#b44ccb Background Color

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

This div background color is #b44ccb


#b44ccb Border Color

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

This div border color is #b44ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ccb


Comments

No comments written yet.

Please login to write comment.