Color Hex Logo

#b726fa Color Hex

#B726FA
(183,38,250)
0 Favorites   0 Comments

Color spaces of #b726fa

RGB 18338250
HSL0.780.950.56
HSV281°85°98°
CMYK 0.270.850.00   0.02
XYZ37.476918.355692.0102
Yxy18.35560.25350.1242
Hunter Lab42.843481.1652-97.3403
CIE-Lab49.924682.4867-75.4211

#b726fa color RGB value is (183,38,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100110 11111010
Octal 267 46 372
Decimal 183 38 250
Hex B7 26 FA

RGB Percentages of Color #b726fa

%38.85
%8.07
%53.08

CMYK Percentages of Color #b726fa

%27
%85
%0
%2

Triadic Colors of #b726fa

#b726fa #fab726 #26fab7

Analogous Colors of #b726fa

#b726fa #fa26d3 #4d26fa

Monochromatic Colors of #b726fa

#b726fa

Complementary Color

#b726fa #69fa26

#b726fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b726fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b726fa Color CSS Codes

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

#b726fa Text Font Color

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

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


#b726fa Background Color

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

This div background color is #b726fa


#b726fa Border Color

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

This div border color is #b726fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,38,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b726fa


Comments

No comments written yet.

Please login to write comment.