Color Hex Logo

#bd6bbf Color Hex

#BD6BBF
(189,107,191)
0 Favorites   0 Comments

Color spaces of #bd6bbf

RGB 189107191
HSL0.830.400.58
HSV299°44°75°
CMYK 0.010.440.00   0.25
XYZ35.647925.095852.2553
Yxy25.09580.31550.2221
Hunter Lab50.095739.3524-26.7790
CIE-Lab57.168645.1981-30.4333

#bd6bbf color RGB value is (189,107,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 10111111
Octal 275 153 277
Decimal 189 107 191
Hex BD 6B BF

RGB Percentages of Color #bd6bbf

%38.81
%21.97
%39.22

CMYK Percentages of Color #bd6bbf

%1
%44
%0
%25

Triadic Colors of #bd6bbf

#bd6bbf #bfbd6b #6bbfbd

Analogous Colors of #bd6bbf

#bd6bbf #bf6b97 #936bbf

Monochromatic Colors of #bd6bbf

#bd6bbf

Complementary Color

#bd6bbf #6dbf6b

#bd6bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6bbf Color CSS Codes

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

#bd6bbf Text Font Color

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

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


#bd6bbf Background Color

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

This div background color is #bd6bbf


#bd6bbf Border Color

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

This div border color is #bd6bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,107,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 #bd6bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6bbf


Comments

No comments written yet.

Please login to write comment.