Color Hex Logo

#b63deb Color Hex

#B63DEB
(182,61,235)
0 Favorites   0 Comments

Color spaces of #b63deb

RGB 18261235
HSL0.780.810.58
HSV282°74°92°
CMYK 0.230.740.00   0.08
XYZ35.955519.280780.4237
Yxy19.28070.26500.1421
Hunter Lab43.909869.3224-77.8567
CIE-Lab51.014072.7609-65.2473

#b63deb color RGB value is (182,61,235).

#b63deb hex color red value is 182, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b63deb hue: 0.78 , saturation: 0.81 and the lightness value of b63deb is 0.58.

The process color (four color CMYK) of #b63deb color hex is 0.23, 0.74, 0.00, 0.08. Web safe color of #b63deb is #cc33ff. Color #b63deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111101 11101011
Octal 266 75 353
Decimal 182 61 235
Hex B6 3D EB

RGB Percentages of Color #b63deb

%38.08
%12.76
%49.16

CMYK Percentages of Color #b63deb

%23
%74
%0
%8

Triadic Colors of #b63deb

#b63deb #ebb63d #3debb6

Analogous Colors of #b63deb

#b63deb #eb3dc9 #5f3deb

Monochromatic Colors of #b63deb

#b63deb

Complementary Color

#b63deb #72eb3d

#b63deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63deb Color CSS Codes

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

#b63deb Text Font Color

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

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


#b63deb Background Color

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

This div background color is #b63deb


#b63deb Border Color

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

This div border color is #b63deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,61,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63deb


Comments

No comments written yet.

Please login to write comment.