Color Hex Logo

#b69dca Color Hex

#B69DCA
(182,157,202)
0 Favorites   0 Comments

Color spaces of #b69dca

RGB 182157202
HSL0.760.300.70
HSV273°22°79°
CMYK 0.100.220.00   0.21
XYZ42.009038.323361.0601
Yxy38.32330.29710.2710
Hunter Lab61.905812.7941-15.1459
CIE-Lab68.258217.6832-19.6557

#b69dca color RGB value is (182,157,202).

#b69dca hex color red value is 182, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b69dca hue: 0.76 , saturation: 0.30 and the lightness value of b69dca is 0.70.

The process color (four color CMYK) of #b69dca color hex is 0.10, 0.22, 0.00, 0.21. Web safe color of #b69dca is #cc99cc. Color #b69dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 11001010
Octal 266 235 312
Decimal 182 157 202
Hex B6 9D CA

RGB Percentages of Color #b69dca

%33.64
%29.02
%37.34

CMYK Percentages of Color #b69dca

%10
%22
%0
%21

Triadic Colors of #b69dca

#b69dca #cab69d #9dcab6

Analogous Colors of #b69dca

#b69dca #ca9dc8 #a09dca

Monochromatic Colors of #b69dca

#b69dca

Complementary Color

#b69dca #b1ca9d

#b69dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69dca Color CSS Codes

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

#b69dca Text Font Color

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

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


#b69dca Background Color

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

This div background color is #b69dca


#b69dca Border Color

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

This div border color is #b69dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,157,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b69dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b69dca;
  -webkit-box-shadow: 1px 1px 3px 2px #b69dca;
  box-shadow:         1px 1px 3px 2px #b69dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,157,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69dca


Comments

No comments written yet.

Please login to write comment.