Color Hex Logo

#bda1cc Color Hex

#BDA1CC
(189,161,204)
0 Favorites   0 Comments

Color spaces of #bda1cc

RGB 189161204
HSL0.780.300.72
HSV279°21°80°
CMYK 0.070.210.00   0.20
XYZ44.630240.668262.6242
Yxy40.66820.30170.2749
Hunter Lab63.771613.3218-13.5831
CIE-Lab69.942818.1842-18.1476

#bda1cc color RGB value is (189,161,204).

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

The process color (four color CMYK) of #bda1cc color hex is 0.07, 0.21, 0.00, 0.20. Web safe color of #bda1cc is #cc99cc. Color #bda1cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 11001100
Octal 275 241 314
Decimal 189 161 204
Hex BD A1 CC

RGB Percentages of Color #bda1cc

%34.12
%29.06
%36.82

CMYK Percentages of Color #bda1cc

%7
%21
%0
%20

Triadic Colors of #bda1cc

#bda1cc #ccbda1 #a1ccbd

Analogous Colors of #bda1cc

#bda1cc #cca1c6 #a8a1cc

Monochromatic Colors of #bda1cc

#bda1cc

Complementary Color

#bda1cc #b0cca1

#bda1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda1cc Color CSS Codes

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

#bda1cc Text Font Color

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

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


#bda1cc Background Color

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

This div background color is #bda1cc


#bda1cc Border Color

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

This div border color is #bda1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda1cc


Comments

No comments written yet.

Please login to write comment.