Color Hex Logo

#b38ffe Color Hex

#B38FFE
(179,143,254)
0 Favorites   0 Comments

Color spaces of #b38ffe

RGB 179143254
HSL0.720.980.78
HSV259°44°100°
CMYK 0.300.440.00   0.00
XYZ46.302336.384498.3484
Yxy36.38440.25580.2010
Hunter Lab60.319531.4607-54.4462
CIE-Lab66.812636.4706-50.5496

#b38ffe color RGB value is (179,143,254).

#b38ffe hex color red value is 179, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b38ffe hue: 0.72 , saturation: 0.98 and the lightness value of b38ffe is 0.78.

The process color (four color CMYK) of #b38ffe color hex is 0.30, 0.44, 0.00, 0.00. Web safe color of #b38ffe is #cc99ff. Color #b38ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001111 11111110
Octal 263 217 376
Decimal 179 143 254
Hex B3 8F FE

RGB Percentages of Color #b38ffe

%31.08
%24.83
%44.10

CMYK Percentages of Color #b38ffe

%30
%44
%0
%0

Triadic Colors of #b38ffe

#b38ffe #feb38f #8ffeb3

Analogous Colors of #b38ffe

#b38ffe #eb8ffe #8fa3fe

Monochromatic Colors of #b38ffe

#b38ffe

Complementary Color

#b38ffe #dafe8f

#b38ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ffe Color CSS Codes

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

#b38ffe Text Font Color

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

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


#b38ffe Background Color

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

This div background color is #b38ffe


#b38ffe Border Color

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

This div border color is #b38ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.