Color Hex Logo

#bda1ce Color Hex

#BDA1CE
(189,161,206)
0 Favorites   0 Comments

Color spaces of #bda1ce

RGB 189161206
HSL0.770.310.72
HSV277°22°81°
CMYK 0.080.220.00   0.19
XYZ44.871740.764863.8959
Yxy40.76480.30010.2726
Hunter Lab63.847313.7164-14.6420
CIE-Lab70.010818.5909-19.1487

#bda1ce color RGB value is (189,161,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 11001110
Octal 275 241 316
Decimal 189 161 206
Hex BD A1 CE

RGB Percentages of Color #bda1ce

%33.99
%28.96
%37.05

CMYK Percentages of Color #bda1ce

%8
%22
%0
%19

Triadic Colors of #bda1ce

#bda1ce #cebda1 #a1cebd

Analogous Colors of #bda1ce

#bda1ce #cea1c9 #a7a1ce

Monochromatic Colors of #bda1ce

#bda1ce

Complementary Color

#bda1ce #b2cea1

#bda1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda1ce Color CSS Codes

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

#bda1ce Text Font Color

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

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


#bda1ce Background Color

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

This div background color is #bda1ce


#bda1ce Border Color

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

This div border color is #bda1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda1ce


Comments

No comments written yet.

Please login to write comment.