Color Hex Logo

#bda6ca Color Hex

#BDA6CA
(189,166,202)
0 Favorites   0 Comments

Color spaces of #bda6ca

RGB 189166202
HSL0.770.250.72
HSV278°18°79°
CMYK 0.060.180.00   0.21
XYZ45.283242.355561.6659
Yxy42.35550.30330.2837
Hunter Lab65.081110.3077-10.6219
CIE-Lab71.115315.0165-15.2733

#bda6ca color RGB value is (189,166,202).

#bda6ca hex color red value is 189, green value is 166 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bda6ca hue: 0.77 , saturation: 0.25 and the lightness value of bda6ca is 0.72.

The process color (four color CMYK) of #bda6ca color hex is 0.06, 0.18, 0.00, 0.21. Web safe color of #bda6ca is #cc99cc. Color #bda6ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 11001010
Octal 275 246 312
Decimal 189 166 202
Hex BD A6 CA

RGB Percentages of Color #bda6ca

%33.93
%29.80
%36.27

CMYK Percentages of Color #bda6ca

%6
%18
%0
%21

Triadic Colors of #bda6ca

#bda6ca #cabda6 #a6cabd

Analogous Colors of #bda6ca

#bda6ca #caa6c5 #aba6ca

Monochromatic Colors of #bda6ca

#bda6ca

Complementary Color

#bda6ca #b3caa6

#bda6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6ca Color CSS Codes

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

#bda6ca Text Font Color

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

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


#bda6ca Background Color

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

This div background color is #bda6ca


#bda6ca Border Color

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

This div border color is #bda6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6ca


Comments

No comments written yet.

Please login to write comment.