Color Hex Logo

#bda3ce Color Hex

#BDA3CE
(189,163,206)
0 Favorites   0 Comments

Color spaces of #bda3ce

RGB 189163206
HSL0.770.300.72
HSV276°21°81°
CMYK 0.080.210.00   0.19
XYZ45.224041.469464.0134
Yxy41.46940.30010.2752
Hunter Lab64.396712.6612-13.8593
CIE-Lab70.503517.4833-18.4018

#bda3ce color RGB value is (189,163,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 11001110
Octal 275 243 316
Decimal 189 163 206
Hex BD A3 CE

RGB Percentages of Color #bda3ce

%33.87
%29.21
%36.92

CMYK Percentages of Color #bda3ce

%8
%21
%0
%19

Triadic Colors of #bda3ce

#bda3ce #cebda3 #a3cebd

Analogous Colors of #bda3ce

#bda3ce #cea3ca #a8a3ce

Monochromatic Colors of #bda3ce

#bda3ce

Complementary Color

#bda3ce #b4cea3

#bda3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda3ce Color CSS Codes

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

#bda3ce Text Font Color

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

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


#bda3ce Background Color

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

This div background color is #bda3ce


#bda3ce Border Color

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

This div border color is #bda3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda3ce


Comments

No comments written yet.

Please login to write comment.