Color Hex Logo

#b38ecf Color Hex

#B38ECF
(179,142,207)
0 Favorites   0 Comments

Color spaces of #b38ecf

RGB 179142207
HSL0.760.400.68
HSV274°31°81°
CMYK 0.140.310.00   0.19
XYZ39.525933.434763.4018
Yxy33.43470.28990.2452
Hunter Lab57.822720.8275-24.5347
CIE-Lab64.511426.1765-28.1978

#b38ecf color RGB value is (179,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 11001111
Octal 263 216 317
Decimal 179 142 207
Hex B3 8E CF

RGB Percentages of Color #b38ecf

%33.90
%26.89
%39.20

CMYK Percentages of Color #b38ecf

%14
%31
%0
%19

Triadic Colors of #b38ecf

#b38ecf #cfb38e #8ecfb3

Analogous Colors of #b38ecf

#b38ecf #cf8ecb #938ecf

Monochromatic Colors of #b38ecf

#b38ecf

Complementary Color

#b38ecf #aacf8e

#b38ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ecf Color CSS Codes

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

#b38ecf Text Font Color

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

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


#b38ecf Background Color

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

This div background color is #b38ecf


#b38ecf Border Color

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

This div border color is #b38ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ecf


Comments

No comments written yet.

Please login to write comment.