Color Hex Logo

#b38cc1 Color Hex

#B38CC1
(179,140,193)
0 Favorites   0 Comments

Color spaces of #b38cc1

RGB 179140193
HSL0.790.300.65
HSV284°27°76°
CMYK 0.070.270.00   0.24
XYZ37.594132.190154.6840
Yxy32.19010.30200.2586
Hunter Lab56.736318.9875-17.4299
CIE-Lab63.499724.3552-21.9070

#b38cc1 color RGB value is (179,140,193).

#b38cc1 hex color red value is 179, green value is 140 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b38cc1 hue: 0.79 , saturation: 0.30 and the lightness value of b38cc1 is 0.65.

The process color (four color CMYK) of #b38cc1 color hex is 0.07, 0.27, 0.00, 0.24. Web safe color of #b38cc1 is #cc99cc. Color #b38cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001100 11000001
Octal 263 214 301
Decimal 179 140 193
Hex B3 8C C1

RGB Percentages of Color #b38cc1

%34.96
%27.34
%37.70

CMYK Percentages of Color #b38cc1

%7
%27
%0
%24

Triadic Colors of #b38cc1

#b38cc1 #c1b38c #8cc1b3

Analogous Colors of #b38cc1

#b38cc1 #c18cb5 #998cc1

Monochromatic Colors of #b38cc1

#b38cc1

Complementary Color

#b38cc1 #9ac18c

#b38cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38cc1 Color CSS Codes

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

#b38cc1 Text Font Color

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

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


#b38cc1 Background Color

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

This div background color is #b38cc1


#b38cc1 Border Color

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

This div border color is #b38cc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,140,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38cc1

#b38cc1 Color Palettes


Comments

No comments written yet.

Please login to write comment.