Color Hex Logo

#b729ff Color Hex

#B729FF
(183,41,255)
0 Favorites   0 Comments

Color spaces of #b729ff

RGB 18341255
HSL0.781.000.58
HSV280°84°100°
CMYK 0.280.840.00   0.00
XYZ38.371418.873296.2282
Yxy18.87320.25000.1230
Hunter Lab43.443381.6348-100.9188
CIE-Lab50.538582.7346-77.2089

#b729ff color RGB value is (183,41,255).

#b729ff hex color red value is 183, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b729ff hue: 0.78 , saturation: 1.00 and the lightness value of b729ff is 0.58.

The process color (four color CMYK) of #b729ff color hex is 0.28, 0.84, 0.00, 0.00. Web safe color of #b729ff is #cc33ff. Color #b729ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101001 11111111
Octal 267 51 377
Decimal 183 41 255
Hex B7 29 FF

RGB Percentages of Color #b729ff

%38.20
%8.56
%53.24

CMYK Percentages of Color #b729ff

%28
%84
%0
%0

Triadic Colors of #b729ff

#b729ff #ffb729 #29ffb7

Analogous Colors of #b729ff

#b729ff #ff29dc #4c29ff

Monochromatic Colors of #b729ff

#b729ff

Complementary Color

#b729ff #71ff29

#b729ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b729ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b729ff Color CSS Codes

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

#b729ff Text Font Color

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

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


#b729ff Background Color

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

This div background color is #b729ff


#b729ff Border Color

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

This div border color is #b729ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b729ff

Related Colors

#b729ff Color Palettes


Comments

No comments written yet.

Please login to write comment.