Color Hex Logo

#b48ccc Color Hex

#B48CCC
(180,140,204)
0 Favorites   0 Comments

Color spaces of #b48ccc

RGB 180140204
HSL0.770.390.67
HSV278°31°80°
CMYK 0.120.310.00   0.20
XYZ39.099632.819161.4007
Yxy32.81910.29330.2462
Hunter Lab57.288021.5741-23.4449
CIE-Lab64.014226.9729-27.2792

#b48ccc color RGB value is (180,140,204).

#b48ccc hex color red value is 180, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b48ccc hue: 0.77 , saturation: 0.39 and the lightness value of b48ccc is 0.67.

The process color (four color CMYK) of #b48ccc color hex is 0.12, 0.31, 0.00, 0.20. Web safe color of #b48ccc is #cc99cc. Color #b48ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 11001100
Octal 264 214 314
Decimal 180 140 204
Hex B4 8C CC

RGB Percentages of Color #b48ccc

%34.35
%26.72
%38.93

CMYK Percentages of Color #b48ccc

%12
%31
%0
%20

Triadic Colors of #b48ccc

#b48ccc #ccb48c #8cccb4

Analogous Colors of #b48ccc

#b48ccc #cc8cc4 #948ccc

Monochromatic Colors of #b48ccc

#b48ccc

Complementary Color

#b48ccc #a4cc8c

#b48ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ccc Color CSS Codes

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

#b48ccc Text Font Color

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

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


#b48ccc Background Color

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

This div background color is #b48ccc


#b48ccc Border Color

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

This div border color is #b48ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ccc


Comments

No comments written yet.

Please login to write comment.