Color Hex Logo

#b28fee Color Hex

#B28FEE
(178,143,238)
0 Favorites   0 Comments

Color spaces of #b28fee

RGB 178143238
HSL0.730.740.75
HSV262°40°93°
CMYK 0.250.400.00   0.07
XYZ43.615235.282985.4004
Yxy35.28290.26550.2147
Hunter Lab59.399427.1182-43.6635
CIE-Lab65.968332.3470-43.1188

#b28fee color RGB value is (178,143,238).

#b28fee hex color red value is 178, green value is 143 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b28fee hue: 0.73 , saturation: 0.74 and the lightness value of b28fee is 0.75.

The process color (four color CMYK) of #b28fee color hex is 0.25, 0.40, 0.00, 0.07. Web safe color of #b28fee is #9999ff. Color #b28fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 11101110
Octal 262 217 356
Decimal 178 143 238
Hex B2 8F EE

RGB Percentages of Color #b28fee

%31.84
%25.58
%42.58

CMYK Percentages of Color #b28fee

%25
%40
%0
%7

Triadic Colors of #b28fee

#b28fee #eeb28f #8feeb2

Analogous Colors of #b28fee

#b28fee #e28fee #8f9cee

Monochromatic Colors of #b28fee

#b28fee

Complementary Color

#b28fee #cbee8f

#b28fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28fee Color CSS Codes

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

#b28fee Text Font Color

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

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


#b28fee Background Color

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

This div background color is #b28fee


#b28fee Border Color

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

This div border color is #b28fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28fee


Comments

No comments written yet.

Please login to write comment.