Color Hex Logo

#b426c5 Color Hex

#B426C5
(180,38,197)
0 Favorites   0 Comments

Color spaces of #b426c5

RGB 18038197
HSL0.820.680.46
HSV294°81°77°
CMYK 0.090.810.00   0.23
XYZ29.593515.120754.1822
Yxy15.12070.29920.1529
Hunter Lab38.885367.7972-55.3940
CIE-Lab45.799172.5125-51.9376

#b426c5 color RGB value is (180,38,197).

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

The process color (four color CMYK) of #b426c5 color hex is 0.09, 0.81, 0.00, 0.23. Web safe color of #b426c5 is #cc33cc. Color #b426c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100110 11000101
Octal 264 46 305
Decimal 180 38 197
Hex B4 26 C5

RGB Percentages of Color #b426c5

%43.37
%9.16
%47.47

CMYK Percentages of Color #b426c5

%9
%81
%0
%23

Triadic Colors of #b426c5

#b426c5 #c5b426 #26c5b4

Analogous Colors of #b426c5

#b426c5 #c52687 #6526c5

Monochromatic Colors of #b426c5

#b426c5

Complementary Color

#b426c5 #37c526

#b426c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b426c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b426c5 Color CSS Codes

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

#b426c5 Text Font Color

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

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


#b426c5 Background Color

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

This div background color is #b426c5


#b426c5 Border Color

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

This div border color is #b426c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b426c5


Comments

No comments written yet.

Please login to write comment.