Color Hex Logo

#bd63ab Color Hex

#BD63AB
(189,99,171)
0 Favorites   0 Comments

Color spaces of #bd63ab

RGB 18999171
HSL0.870.410.56
HSV312°48°74°
CMYK 0.000.480.10   0.26
XYZ32.798822.682841.1776
Yxy22.68280.33930.2347
Hunter Lab47.626539.5808-17.9233
CIE-Lab54.744145.7745-22.6592

#bd63ab color RGB value is (189,99,171).

#bd63ab hex color red value is 189, green value is 99 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd63ab hue: 0.87 , saturation: 0.41 and the lightness value of bd63ab is 0.56.

The process color (four color CMYK) of #bd63ab color hex is 0.00, 0.48, 0.10, 0.26. Web safe color of #bd63ab is #cc6699. Color #bd63ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 10101011
Octal 275 143 253
Decimal 189 99 171
Hex BD 63 AB

RGB Percentages of Color #bd63ab

%41.18
%21.57
%37.25

CMYK Percentages of Color #bd63ab

%0
%48
%10
%26

Triadic Colors of #bd63ab

#bd63ab #abbd63 #63abbd

Analogous Colors of #bd63ab

#bd63ab #bd637e #a263bd

Monochromatic Colors of #bd63ab

#bd63ab

Complementary Color

#bd63ab #63bd75

#bd63ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63ab Color CSS Codes

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

#bd63ab Text Font Color

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

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


#bd63ab Background Color

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

This div background color is #bd63ab


#bd63ab Border Color

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

This div border color is #bd63ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,99,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63ab


Comments

No comments written yet.

Please login to write comment.