Color Hex Logo

#b28efa Color Hex

#B28EFA
(178,142,250)
0 Favorites   0 Comments

Color spaces of #b28efa

RGB 178142250
HSL0.720.920.77
HSV260°43°98°
CMYK 0.290.430.00   0.02
XYZ45.288435.713194.9488
Yxy35.71310.25740.2030
Hunter Lab59.760430.6923-52.3690
CIE-Lab66.300135.7867-49.1794

#b28efa color RGB value is (178,142,250).

#b28efa hex color red value is 178, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b28efa hue: 0.72 , saturation: 0.92 and the lightness value of b28efa is 0.77.

The process color (four color CMYK) of #b28efa color hex is 0.29, 0.43, 0.00, 0.02. Web safe color of #b28efa is #9999ff. Color #b28efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 11111010
Octal 262 216 372
Decimal 178 142 250
Hex B2 8E FA

RGB Percentages of Color #b28efa

%31.23
%24.91
%43.86

CMYK Percentages of Color #b28efa

%29
%43
%0
%2

Triadic Colors of #b28efa

#b28efa #fab28e #8efab2

Analogous Colors of #b28efa

#b28efa #e88efa #8ea0fa

Monochromatic Colors of #b28efa

#b28efa

Complementary Color

#b28efa #d6fa8e

#b28efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28efa Color CSS Codes

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

#b28efa Text Font Color

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

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


#b28efa Background Color

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

This div background color is #b28efa


#b28efa Border Color

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

This div border color is #b28efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,142,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28efa


Comments

No comments written yet.

Please login to write comment.