Color Hex Logo

#b28efd Color Hex

#B28EFD
(178,142,253)
0 Favorites   0 Comments

Color spaces of #b28efd

RGB 178142253
HSL0.720.970.77
HSV259°44°99°
CMYK 0.300.440.00   0.01
XYZ45.762735.902897.4465
Yxy35.90280.25550.2004
Hunter Lab59.918931.4700-54.4804
CIE-Lab66.445636.5183-50.5896

#b28efd color RGB value is (178,142,253).

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

The process color (four color CMYK) of #b28efd color hex is 0.30, 0.44, 0.00, 0.01. Web safe color of #b28efd is #9999ff. Color #b28efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 11111101
Octal 262 216 375
Decimal 178 142 253
Hex B2 8E FD

RGB Percentages of Color #b28efd

%31.06
%24.78
%44.15

CMYK Percentages of Color #b28efd

%30
%44
%0
%1

Triadic Colors of #b28efd

#b28efd #fdb28e #8efdb2

Analogous Colors of #b28efd

#b28efd #ea8efd #8ea2fd

Monochromatic Colors of #b28efd

#b28efd

Complementary Color

#b28efd #d9fd8e

#b28efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28efd Color CSS Codes

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

#b28efd Text Font Color

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

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


#b28efd Background Color

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

This div background color is #b28efd


#b28efd Border Color

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

This div border color is #b28efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28efd


Comments

No comments written yet.

Please login to write comment.