Color Hex Logo

#bda5ce Color Hex

#BDA5CE
(189,165,206)
0 Favorites   0 Comments

Color spaces of #bda5ce

RGB 189165206
HSL0.760.290.73
HSV275°20°81°
CMYK 0.080.200.00   0.19
XYZ45.582042.185364.1327
Yxy42.18530.30010.2777
Hunter Lab64.950211.6083-13.0786
CIE-Lab70.998516.3772-17.6524

#bda5ce color RGB value is (189,165,206).

#bda5ce hex color red value is 189, green value is 165 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bda5ce hue: 0.76 , saturation: 0.29 and the lightness value of bda5ce is 0.73.

The process color (four color CMYK) of #bda5ce color hex is 0.08, 0.20, 0.00, 0.19. Web safe color of #bda5ce is #cc99cc. Color #bda5ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 11001110
Octal 275 245 316
Decimal 189 165 206
Hex BD A5 CE

RGB Percentages of Color #bda5ce

%33.75
%29.46
%36.79

CMYK Percentages of Color #bda5ce

%8
%20
%0
%19

Triadic Colors of #bda5ce

#bda5ce #cebda5 #a5cebd

Analogous Colors of #bda5ce

#bda5ce #cea5cb #a9a5ce

Monochromatic Colors of #bda5ce

#bda5ce

Complementary Color

#bda5ce #b6cea5

#bda5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda5ce Color CSS Codes

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

#bda5ce Text Font Color

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

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


#bda5ce Background Color

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

This div background color is #bda5ce


#bda5ce Border Color

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

This div border color is #bda5ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,165,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda5ce


Comments

No comments written yet.

Please login to write comment.