Color Hex Logo

#bda3cc Color Hex

#BDA3CC
(189,163,204)
0 Favorites   0 Comments

Color spaces of #bda3cc

RGB 189163204
HSL0.770.290.72
HSV278°20°80°
CMYK 0.070.200.00   0.20
XYZ44.982541.372862.7417
Yxy41.37280.30170.2775
Hunter Lab64.321712.2686-12.8084
CIE-Lab70.436317.0770-17.4007

#bda3cc color RGB value is (189,163,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 11001100
Octal 275 243 314
Decimal 189 163 204
Hex BD A3 CC

RGB Percentages of Color #bda3cc

%33.99
%29.32
%36.69

CMYK Percentages of Color #bda3cc

%7
%20
%0
%20

Triadic Colors of #bda3cc

#bda3cc #ccbda3 #a3ccbd

Analogous Colors of #bda3cc

#bda3cc #cca3c7 #a9a3cc

Monochromatic Colors of #bda3cc

#bda3cc

Complementary Color

#bda3cc #b2cca3

#bda3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda3cc Color CSS Codes

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

#bda3cc Text Font Color

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

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


#bda3cc Background Color

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

This div background color is #bda3cc


#bda3cc Border Color

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

This div border color is #bda3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda3cc


Comments

No comments written yet.

Please login to write comment.