Color Hex Logo

#bda3cf Color Hex

#BDA3CF
(189,163,207)
0 Favorites   0 Comments

Color spaces of #bda3cf

RGB 189163207
HSL0.770.310.73
HSV275°21°81°
CMYK 0.090.210.00   0.19
XYZ45.345941.518264.6553
Yxy41.51820.29930.2740
Hunter Lab64.434612.8589-14.3888
CIE-Lab70.537517.6875-18.9015

#bda3cf color RGB value is (189,163,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 11001111
Octal 275 243 317
Decimal 189 163 207
Hex BD A3 CF

RGB Percentages of Color #bda3cf

%33.81
%29.16
%37.03

CMYK Percentages of Color #bda3cf

%9
%21
%0
%19

Triadic Colors of #bda3cf

#bda3cf #cfbda3 #a3cfbd

Analogous Colors of #bda3cf

#bda3cf #cfa3cb #a7a3cf

Monochromatic Colors of #bda3cf

#bda3cf

Complementary Color

#bda3cf #b5cfa3

#bda3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda3cf Color CSS Codes

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

#bda3cf Text Font Color

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

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


#bda3cf Background Color

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

This div background color is #bda3cf


#bda3cf Border Color

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

This div border color is #bda3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda3cf


Comments

No comments written yet.

Please login to write comment.