Color Hex Logo

#b289ff Color Hex

#B289FF
(178,137,255)
0 Favorites   0 Comments

Color spaces of #b289ff

RGB 178137255
HSL0.721.000.77
HSV261°46°100°
CMYK 0.300.460.00   0.00
XYZ45.355834.576398.8911
Yxy34.57630.25360.1934
Hunter Lab58.801634.7806-58.5513
CIE-Lab65.417439.7850-53.3100

#b289ff color RGB value is (178,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 11111111
Octal 262 211 377
Decimal 178 137 255
Hex B2 89 FF

RGB Percentages of Color #b289ff

%31.23
%24.04
%44.74

CMYK Percentages of Color #b289ff

%30
%46
%0
%0

Triadic Colors of #b289ff

#b289ff #ffb289 #89ffb2

Analogous Colors of #b289ff

#b289ff #ed89ff #899bff

Monochromatic Colors of #b289ff

#b289ff

Complementary Color

#b289ff #d6ff89

#b289ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289ff Color CSS Codes

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

#b289ff Text Font Color

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

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


#b289ff Background Color

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

This div background color is #b289ff


#b289ff Border Color

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

This div border color is #b289ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289ff


Comments

No comments written yet.

Please login to write comment.