Color Hex Logo

#b626bd Color Hex

#B626BD
(182,38,189)
0 Favorites   0 Comments

Color spaces of #b626bd

RGB 18238189
HSL0.830.670.45
HSV297°80°74°
CMYK 0.040.800.00   0.26
XYZ29.169815.005449.5030
Yxy15.00540.31140.1602
Hunter Lab38.736866.6256-48.6528
CIE-Lab45.641671.5662-47.5087

#b626bd color RGB value is (182,38,189).

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

The process color (four color CMYK) of #b626bd color hex is 0.04, 0.80, 0.00, 0.26. Web safe color of #b626bd is #cc33cc. Color #b626bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100110 10111101
Octal 266 46 275
Decimal 182 38 189
Hex B6 26 BD

RGB Percentages of Color #b626bd

%44.50
%9.29
%46.21

CMYK Percentages of Color #b626bd

%4
%80
%0
%26

Triadic Colors of #b626bd

#b626bd #bdb626 #26bdb6

Analogous Colors of #b626bd

#b626bd #bd2679 #6b26bd

Monochromatic Colors of #b626bd

#b626bd

Complementary Color

#b626bd #2dbd26

#b626bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b626bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b626bd Color CSS Codes

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

#b626bd Text Font Color

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

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


#b626bd Background Color

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

This div background color is #b626bd


#b626bd Border Color

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

This div border color is #b626bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b626bd


Comments

No comments written yet.

Please login to write comment.