Color Hex Logo

#b621bd Color Hex

#B621BD
(182,33,189)
0 Favorites   0 Comments

Color spaces of #b621bd

RGB 18233189
HSL0.830.700.44
HSV297°83°74°
CMYK 0.040.830.00   0.26
XYZ29.020614.706949.4533
Yxy14.70690.31140.1578
Hunter Lab38.349667.9661-49.6121
CIE-Lab45.230172.7638-48.1667

#b621bd color RGB value is (182,33,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100001 10111101
Octal 266 41 275
Decimal 182 33 189
Hex B6 21 BD

RGB Percentages of Color #b621bd

%45.05
%8.17
%46.78

CMYK Percentages of Color #b621bd

%4
%83
%0
%26

Triadic Colors of #b621bd

#b621bd #bdb621 #21bdb6

Analogous Colors of #b621bd

#b621bd #bd2176 #6821bd

Monochromatic Colors of #b621bd

#b621bd

Complementary Color

#b621bd #28bd21

#b621bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b621bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b621bd Color CSS Codes

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

#b621bd Text Font Color

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

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


#b621bd Background Color

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

This div background color is #b621bd


#b621bd Border Color

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

This div border color is #b621bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b621bd


Comments

No comments written yet.

Please login to write comment.