Color Hex Logo

#bd6cbf Color Hex

#BD6CBF
(189,108,191)
0 Favorites   0 Comments

Color spaces of #bd6cbf

RGB 189108191
HSL0.830.390.59
HSV299°43°75°
CMYK 0.010.430.00   0.25
XYZ35.752825.305552.2903
Yxy25.30550.31540.2233
Hunter Lab50.304638.8317-26.4172
CIE-Lab57.371944.6754-30.1179

#bd6cbf color RGB value is (189,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101100 10111111
Octal 275 154 277
Decimal 189 108 191
Hex BD 6C BF

RGB Percentages of Color #bd6cbf

%38.73
%22.13
%39.14

CMYK Percentages of Color #bd6cbf

%1
%43
%0
%25

Triadic Colors of #bd6cbf

#bd6cbf #bfbd6c #6cbfbd

Analogous Colors of #bd6cbf

#bd6cbf #bf6c98 #946cbf

Monochromatic Colors of #bd6cbf

#bd6cbf

Complementary Color

#bd6cbf #6ebf6c

#bd6cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6cbf Color CSS Codes

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

#bd6cbf Text Font Color

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

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


#bd6cbf Background Color

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

This div background color is #bd6cbf


#bd6cbf Border Color

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

This div border color is #bd6cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6cbf


Comments

No comments written yet.

Please login to write comment.