Color Hex Logo

#b38fcf Color Hex

#B38FCF
(179,143,207)
0 Favorites   0 Comments

Color spaces of #b38fcf

RGB 179143207
HSL0.760.400.69
HSV274°31°81°
CMYK 0.140.310.00   0.19
XYZ39.675433.733663.4516
Yxy33.73360.28990.2465
Hunter Lab58.080620.2938-24.1164
CIE-Lab64.750625.6153-27.8291

#b38fcf color RGB value is (179,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001111 11001111
Octal 263 217 317
Decimal 179 143 207
Hex B3 8F CF

RGB Percentages of Color #b38fcf

%33.84
%27.03
%39.13

CMYK Percentages of Color #b38fcf

%14
%31
%0
%19

Triadic Colors of #b38fcf

#b38fcf #cfb38f #8fcfb3

Analogous Colors of #b38fcf

#b38fcf #cf8fcb #938fcf

Monochromatic Colors of #b38fcf

#b38fcf

Complementary Color

#b38fcf #abcf8f

#b38fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38fcf Color CSS Codes

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

#b38fcf Text Font Color

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

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


#b38fcf Background Color

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

This div background color is #b38fcf


#b38fcf Border Color

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

This div border color is #b38fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38fcf


Comments

No comments written yet.

Please login to write comment.