Color Hex Logo

#b44bcd Color Hex

#B44BCD
(180,75,205)
0 Favorites   0 Comments

Color spaces of #b44bcd

RGB 18075205
HSL0.800.570.55
HSV288°63°80°
CMYK 0.120.630.00   0.20
XYZ32.357919.143259.7472
Yxy19.14320.29090.1721
Hunter Lab43.752955.4437-50.3369
CIE-Lab50.854360.9622-48.4718

#b44bcd color RGB value is (180,75,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001011 11001101
Octal 264 113 315
Decimal 180 75 205
Hex B4 4B CD

RGB Percentages of Color #b44bcd

%39.13
%16.30
%44.57

CMYK Percentages of Color #b44bcd

%12
%63
%0
%20

Triadic Colors of #b44bcd

#b44bcd #cdb44b #4bcdb4

Analogous Colors of #b44bcd

#b44bcd #cd4ba5 #734bcd

Monochromatic Colors of #b44bcd

#b44bcd

Complementary Color

#b44bcd #64cd4b

#b44bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44bcd Color CSS Codes

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

#b44bcd Text Font Color

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

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


#b44bcd Background Color

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

This div background color is #b44bcd


#b44bcd Border Color

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

This div border color is #b44bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44bcd


Comments

No comments written yet.

Please login to write comment.