Color Hex Logo

#bd6ebf Color Hex

#BD6EBF
(189,110,191)
0 Favorites   0 Comments

Color spaces of #bd6ebf

RGB 189110191
HSL0.830.390.59
HSV299°42°75°
CMYK 0.010.420.00   0.25
XYZ35.966225.732352.3614
Yxy25.73230.31530.2256
Hunter Lab50.727037.7869-25.6914
CIE-Lab57.782143.6240-29.4816

#bd6ebf color RGB value is (189,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101110 10111111
Octal 275 156 277
Decimal 189 110 191
Hex BD 6E BF

RGB Percentages of Color #bd6ebf

%38.57
%22.45
%38.98

CMYK Percentages of Color #bd6ebf

%1
%42
%0
%25

Triadic Colors of #bd6ebf

#bd6ebf #bfbd6e #6ebfbd

Analogous Colors of #bd6ebf

#bd6ebf #bf6e99 #956ebf

Monochromatic Colors of #bd6ebf

#bd6ebf

Complementary Color

#bd6ebf #70bf6e

#bd6ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6ebf Color CSS Codes

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

#bd6ebf Text Font Color

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

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


#bd6ebf Background Color

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

This div background color is #bd6ebf


#bd6ebf Border Color

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

This div border color is #bd6ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6ebf


Comments

No comments written yet.

Please login to write comment.