Color Hex Logo

#b259ff Color Hex

#B259FF
(178,89,255)
0 Favorites   0 Comments

Color spaces of #b259ff

RGB 17889255
HSL0.761.000.67
HSV272°65°100°
CMYK 0.300.650.00   0.00
XYZ39.982523.829797.1000
Yxy23.82970.24850.1481
Hunter Lab48.815760.7731-83.7637
CIE-Lab55.916964.6532-68.5138

#b259ff color RGB value is (178,89,255).

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

The process color (four color CMYK) of #b259ff color hex is 0.30, 0.65, 0.00, 0.00. Web safe color of #b259ff is #9966ff. Color #b259ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011001 11111111
Octal 262 131 377
Decimal 178 89 255
Hex B2 59 FF

RGB Percentages of Color #b259ff

%34.10
%17.05
%48.85

CMYK Percentages of Color #b259ff

%30
%65
%0
%0

Triadic Colors of #b259ff

#b259ff #ffb259 #59ffb2

Analogous Colors of #b259ff

#b259ff #ff59f9 #5f59ff

Monochromatic Colors of #b259ff

#b259ff

Complementary Color

#b259ff #a6ff59

#b259ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b259ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b259ff Color CSS Codes

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

#b259ff Text Font Color

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

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


#b259ff Background Color

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

This div background color is #b259ff


#b259ff Border Color

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

This div border color is #b259ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,89,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 #b259ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b259ff

Related Colors

#b259ff Color Palettes


Comments

No comments written yet.

Please login to write comment.