Color Hex Logo

#b426be Color Hex

#B426BE
(180,38,190)
0 Favorites   0 Comments

Color spaces of #b426be

RGB 18038190
HSL0.820.670.45
HSV296°80°75°
CMYK 0.050.800.00   0.25
XYZ28.809814.807250.0548
Yxy14.80720.30760.1581
Hunter Lab38.480166.3015-50.1881
CIE-Lab45.369071.3480-48.5480

#b426be color RGB value is (180,38,190).

#b426be hex color red value is 180, green value is 38 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b426be hue: 0.82 , saturation: 0.67 and the lightness value of b426be is 0.45.

The process color (four color CMYK) of #b426be color hex is 0.05, 0.80, 0.00, 0.25. Web safe color of #b426be is #cc33cc. Color #b426be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100110 10111110
Octal 264 46 276
Decimal 180 38 190
Hex B4 26 BE

RGB Percentages of Color #b426be

%44.12
%9.31
%46.57

CMYK Percentages of Color #b426be

%5
%80
%0
%25

Triadic Colors of #b426be

#b426be #beb426 #26beb4

Analogous Colors of #b426be

#b426be #be267c #6826be

Monochromatic Colors of #b426be

#b426be

Complementary Color

#b426be #30be26

#b426be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b426be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b426be Color CSS Codes

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

#b426be Text Font Color

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

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


#b426be Background Color

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

This div background color is #b426be


#b426be Border Color

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

This div border color is #b426be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b426be


Comments

No comments written yet.

Please login to write comment.