color codes Logo

#b44fcc color codes

#B44FCC
(180,79,204)
0 Favorites   0 Comments

Color spaces of #b44fcc

RGB 18079204
HSL0.800.550.55
HSV288°61°80°
CMYK 0.120.610.00   0.20
XYZ32.517519.654959.2067
Yxy19.65490.29200.1765
Hunter Lab44.333853.3400-48.1466
CIE-Lab51.444858.9903-46.9585

#b44fcc color RGB value is (180,79,204).

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

The process color (four color CMYK) of #b44fcc color code is 0.12, 0.61, 0.00, 0.20. Web safe color of #b44fcc is #cc66cc. Color #b44fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001111 11001100
Octal 264 117 314
Decimal 180 79 204
Hex B4 4F CC

RGB Percentages of Color #b44fcc

%38.88
%17.06
%44.06

CMYK Percentages of Color #b44fcc

%12
%61
%0
%20

Triadic Colors of #b44fcc

#b44fcc #ccb44f #4fccb4

Analogous Colors of #b44fcc

#b44fcc #cc4fa6 #764fcc

Monochromatic Colors of #b44fcc

#b44fcc

Complementary Color

#b44fcc #67cc4f

#b44fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44fcc Color CSS Codes

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

#b44fcc Text Font Color

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

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


#b44fcc Background Color

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

This div background color is #b44fcc


#b44fcc Border Color

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

This div border color is #b44fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44fcc


Comments

No comments written yet.

Please login to write comment.