Color Hex Logo

#b726ff Color Hex

#B726FF
(183,38,255)
0 Favorites   0 Comments

Color spaces of #b726ff

RGB 18338255
HSL0.781.000.57
HSV280°85°100°
CMYK 0.280.850.00   0.00
XYZ38.271618.673596.1950
Yxy18.67350.24990.1219
Hunter Lab43.212882.4666-101.7349
CIE-Lab50.303083.4291-77.5929

#b726ff color RGB value is (183,38,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100110 11111111
Octal 267 46 377
Decimal 183 38 255
Hex B7 26 FF

RGB Percentages of Color #b726ff

%38.45
%7.98
%53.57

CMYK Percentages of Color #b726ff

%28
%85
%0
%0

Triadic Colors of #b726ff

#b726ff #ffb726 #26ffb7

Analogous Colors of #b726ff

#b726ff #ff26db #4a26ff

Monochromatic Colors of #b726ff

#b726ff

Complementary Color

#b726ff #6eff26

#b726ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b726ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b726ff Color CSS Codes

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

#b726ff Text Font Color

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

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


#b726ff Background Color

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

This div background color is #b726ff


#b726ff Border Color

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

This div border color is #b726ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b726ff

Related Colors


Comments

No comments written yet.

Please login to write comment.