Color Hex Logo

#b026bd Color Hex

#B026BD
(176,38,189)
0 Favorites   0 Comments

Color spaces of #b026bd

RGB 17638189
HSL0.820.670.45
HSV295°80°74°
CMYK 0.070.800.00   0.26
XYZ27.782914.290549.4381
Yxy14.29050.30360.1562
Hunter Lab37.802865.0325-51.0769
CIE-Lab44.646770.4224-49.1568

#b026bd color RGB value is (176,38,189).

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

The process color (four color CMYK) of #b026bd color hex is 0.07, 0.80, 0.00, 0.26. Web safe color of #b026bd is #9933cc. Color #b026bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100110 10111101
Octal 260 46 275
Decimal 176 38 189
Hex B0 26 BD

RGB Percentages of Color #b026bd

%43.67
%9.43
%46.90

CMYK Percentages of Color #b026bd

%7
%80
%0
%26

Triadic Colors of #b026bd

#b026bd #bdb026 #26bdb0

Analogous Colors of #b026bd

#b026bd #bd267f #6526bd

Monochromatic Colors of #b026bd

#b026bd

Complementary Color

#b026bd #33bd26

#b026bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b026bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b026bd Color CSS Codes

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

#b026bd Text Font Color

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

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


#b026bd Background Color

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

This div background color is #b026bd


#b026bd Border Color

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

This div border color is #b026bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b026bd


Comments

No comments written yet.

Please login to write comment.