Color Hex Logo

#b63dad Color Hex

#B63DAD
(182,61,173)
0 Favorites   0 Comments

Color spaces of #b63dad

RGB 18261173
HSL0.850.500.48
HSV304°66°71°
CMYK 0.000.660.05   0.29
XYZ28.503016.299741.1790
Yxy16.29970.33150.1896
Hunter Lab40.372955.3673-32.2128
CIE-Lab47.365361.5469-35.3829

#b63dad color RGB value is (182,61,173).

#b63dad hex color red value is 182, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b63dad hue: 0.85 , saturation: 0.50 and the lightness value of b63dad is 0.48.

The process color (four color CMYK) of #b63dad color hex is 0.00, 0.66, 0.05, 0.29. Web safe color of #b63dad is #cc3399. Color #b63dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111101 10101101
Octal 266 75 255
Decimal 182 61 173
Hex B6 3D AD

RGB Percentages of Color #b63dad

%43.75
%14.66
%41.59

CMYK Percentages of Color #b63dad

%0
%66
%5
%29

Triadic Colors of #b63dad

#b63dad #adb63d #3dadb6

Analogous Colors of #b63dad

#b63dad #b63d71 #833db6

Monochromatic Colors of #b63dad

#b63dad

Complementary Color

#b63dad #3db646

#b63dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63dad Color CSS Codes

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

#b63dad Text Font Color

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

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


#b63dad Background Color

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

This div background color is #b63dad


#b63dad Border Color

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

This div border color is #b63dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63dad


Comments

No comments written yet.

Please login to write comment.