Color Hex Logo

#bd63bf Color Hex

#BD63BF
(189,99,191)
0 Favorites   0 Comments

Color spaces of #bd63bf

RGB 18999191
HSL0.830.420.57
HSV299°48°75°
CMYK 0.010.480.00   0.25
XYZ34.852123.504151.9901
Yxy23.50410.31580.2130
Hunter Lab48.481043.4785-29.6447
CIE-Lab55.587849.3085-32.8935

#bd63bf color RGB value is (189,99,191).

#bd63bf hex color red value is 189, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd63bf hue: 0.83 , saturation: 0.42 and the lightness value of bd63bf is 0.57.

The process color (four color CMYK) of #bd63bf color hex is 0.01, 0.48, 0.00, 0.25. Web safe color of #bd63bf is #cc66cc. Color #bd63bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 10111111
Octal 275 143 277
Decimal 189 99 191
Hex BD 63 BF

RGB Percentages of Color #bd63bf

%39.46
%20.67
%39.87

CMYK Percentages of Color #bd63bf

%1
%48
%0
%25

Triadic Colors of #bd63bf

#bd63bf #bfbd63 #63bfbd

Analogous Colors of #bd63bf

#bd63bf #bf6393 #8f63bf

Monochromatic Colors of #bd63bf

#bd63bf

Complementary Color

#bd63bf #65bf63

#bd63bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63bf Color CSS Codes

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

#bd63bf Text Font Color

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

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


#bd63bf Background Color

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

This div background color is #bd63bf


#bd63bf Border Color

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

This div border color is #bd63bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63bf


Comments

No comments written yet.

Please login to write comment.