Color Hex Logo

#bd6aba Color Hex

#BD6ABA
(189,106,186)
0 Favorites   0 Comments

Color spaces of #bd6aba

RGB 189106186
HSL0.840.390.58
HSV302°44°74°
CMYK 0.000.440.02   0.26
XYZ35.003224.672149.3717
Yxy24.67210.32100.2263
Hunter Lab49.671038.8648-24.1630
CIE-Lab56.754544.7961-28.2124

#bd6aba color RGB value is (189,106,186).

#bd6aba hex color red value is 189, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd6aba hue: 0.84 , saturation: 0.39 and the lightness value of bd6aba is 0.58.

The process color (four color CMYK) of #bd6aba color hex is 0.00, 0.44, 0.02, 0.26. Web safe color of #bd6aba is #cc66cc. Color #bd6aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101010 10111010
Octal 275 152 272
Decimal 189 106 186
Hex BD 6A BA

RGB Percentages of Color #bd6aba

%39.29
%22.04
%38.67

CMYK Percentages of Color #bd6aba

%0
%44
%2
%26

Triadic Colors of #bd6aba

#bd6aba #babd6a #6ababd

Analogous Colors of #bd6aba

#bd6aba #bd6a91 #976abd

Monochromatic Colors of #bd6aba

#bd6aba

Complementary Color

#bd6aba #6abd6d

#bd6aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6aba Color CSS Codes

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

#bd6aba Text Font Color

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

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


#bd6aba Background Color

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

This div background color is #bd6aba


#bd6aba Border Color

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

This div border color is #bd6aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6aba

#bd6aba Color Palettes


Comments

No comments written yet.

Please login to write comment.