Color Hex Logo

#bda2cc Color Hex

#BDA2CC
(189,162,204)
0 Favorites   0 Comments

Color spaces of #bda2cc

RGB 189162204
HSL0.770.290.72
HSV279°21°80°
CMYK 0.070.210.00   0.20
XYZ44.805741.019162.6827
Yxy41.01910.30170.2762
Hunter Lab64.046212.7951-13.1955
CIE-Lab70.189317.6306-17.7745

#bda2cc color RGB value is (189,162,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 11001100
Octal 275 242 314
Decimal 189 162 204
Hex BD A2 CC

RGB Percentages of Color #bda2cc

%34.05
%29.19
%36.76

CMYK Percentages of Color #bda2cc

%7
%21
%0
%20

Triadic Colors of #bda2cc

#bda2cc #ccbda2 #a2ccbd

Analogous Colors of #bda2cc

#bda2cc #cca2c6 #a8a2cc

Monochromatic Colors of #bda2cc

#bda2cc

Complementary Color

#bda2cc #b1cca2

#bda2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda2cc Color CSS Codes

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

#bda2cc Text Font Color

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

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


#bda2cc Background Color

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

This div background color is #bda2cc


#bda2cc Border Color

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

This div border color is #bda2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda2cc


Comments

No comments written yet.

Please login to write comment.