Color Hex Logo

#b63dbd Color Hex

#B63DBD
(182,61,189)
0 Favorites   0 Comments

Color spaces of #b63dbd

RGB 18261189
HSL0.820.510.49
HSV297°68°74°
CMYK 0.040.680.00   0.26
XYZ30.145516.956749.8282
Yxy16.95670.31100.1749
Hunter Lab41.178558.6119-42.9191
CIE-Lab48.205464.2344-43.4243

#b63dbd color RGB value is (182,61,189).

#b63dbd hex color red value is 182, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b63dbd hue: 0.82 , saturation: 0.51 and the lightness value of b63dbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111101 10111101
Octal 266 75 275
Decimal 182 61 189
Hex B6 3D BD

RGB Percentages of Color #b63dbd

%42.13
%14.12
%43.75

CMYK Percentages of Color #b63dbd

%4
%68
%0
%26

Triadic Colors of #b63dbd

#b63dbd #bdb63d #3dbdb6

Analogous Colors of #b63dbd

#b63dbd #bd3d84 #763dbd

Monochromatic Colors of #b63dbd

#b63dbd

Complementary Color

#b63dbd #44bd3d

#b63dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63dbd Color CSS Codes

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

#b63dbd Text Font Color

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

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


#b63dbd Background Color

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

This div background color is #b63dbd


#b63dbd Border Color

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

This div border color is #b63dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63dbd


Comments

No comments written yet.

Please login to write comment.