Color Hex Logo

#bd6abb Color Hex

#BD6ABB
(189,106,187)
0 Favorites   0 Comments

Color spaces of #bd6abb

RGB 189106187
HSL0.840.390.58
HSV301°44°74°
CMYK 0.000.440.01   0.26
XYZ35.109924.714749.9336
Yxy24.71470.31990.2252
Hunter Lab49.713939.0644-24.7523
CIE-Lab56.796444.9795-28.7209

#bd6abb color RGB value is (189,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101010 10111011
Octal 275 152 273
Decimal 189 106 187
Hex BD 6A BB

RGB Percentages of Color #bd6abb

%39.21
%21.99
%38.80

CMYK Percentages of Color #bd6abb

%0
%44
%1
%26

Triadic Colors of #bd6abb

#bd6abb #bbbd6a #6abbbd

Analogous Colors of #bd6abb

#bd6abb #bd6a92 #966abd

Monochromatic Colors of #bd6abb

#bd6abb

Complementary Color

#bd6abb #6abd6c

#bd6abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6abb Color CSS Codes

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

#bd6abb Text Font Color

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

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


#bd6abb Background Color

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

This div background color is #bd6abb


#bd6abb Border Color

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

This div border color is #bd6abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6abb


Comments

No comments written yet.

Please login to write comment.