Color Hex Logo

#b628bd Color Hex

#B628BD
(182,40,189)
0 Favorites   0 Comments

Color spaces of #b628bd

RGB 18240189
HSL0.830.650.45
HSV297°79°74°
CMYK 0.040.790.00   0.26
XYZ29.235515.136849.5249
Yxy15.13680.31140.1612
Hunter Lab38.906066.0462-48.2381
CIE-Lab45.821071.0459-47.2220

#b628bd color RGB value is (182,40,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101000 10111101
Octal 266 50 275
Decimal 182 40 189
Hex B6 28 BD

RGB Percentages of Color #b628bd

%44.28
%9.73
%45.99

CMYK Percentages of Color #b628bd

%4
%79
%0
%26

Triadic Colors of #b628bd

#b628bd #bdb628 #28bdb6

Analogous Colors of #b628bd

#b628bd #bd287a #6c28bd

Monochromatic Colors of #b628bd

#b628bd

Complementary Color

#b628bd #2fbd28

#b628bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b628bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b628bd Color CSS Codes

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

#b628bd Text Font Color

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

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


#b628bd Background Color

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

This div background color is #b628bd


#b628bd Border Color

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

This div border color is #b628bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b628bd


Comments

No comments written yet.

Please login to write comment.