Color Hex Logo

#b38bcf Color Hex

#B38BCF
(179,139,207)
0 Favorites   0 Comments

Color spaces of #b38bcf

RGB 179139207
HSL0.760.410.68
HSV275°33°81°
CMYK 0.140.330.00   0.19
XYZ39.085532.553963.2550
Yxy32.55390.28970.2413
Hunter Lab57.056022.4311-25.7925
CIE-Lab63.798127.8597-29.2987

#b38bcf color RGB value is (179,139,207).

#b38bcf hex color red value is 179, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b38bcf hue: 0.76 , saturation: 0.41 and the lightness value of b38bcf is 0.68.

The process color (four color CMYK) of #b38bcf color hex is 0.14, 0.33, 0.00, 0.19. Web safe color of #b38bcf is #cc99cc. Color #b38bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 11001111
Octal 263 213 317
Decimal 179 139 207
Hex B3 8B CF

RGB Percentages of Color #b38bcf

%34.10
%26.48
%39.43

CMYK Percentages of Color #b38bcf

%14
%33
%0
%19

Triadic Colors of #b38bcf

#b38bcf #cfb38b #8bcfb3

Analogous Colors of #b38bcf

#b38bcf #cf8bc9 #918bcf

Monochromatic Colors of #b38bcf

#b38bcf

Complementary Color

#b38bcf #a7cf8b

#b38bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bcf Color CSS Codes

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

#b38bcf Text Font Color

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

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


#b38bcf Background Color

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

This div background color is #b38bcf


#b38bcf Border Color

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

This div border color is #b38bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bcf


Comments

No comments written yet.

Please login to write comment.