Color Hex Logo

#bda2da Color Hex

#BDA2DA
(189,162,218)
0 Favorites   0 Comments

Color spaces of #bda2da

RGB 189162218
HSL0.750.430.75
HSV269°26°85°
CMYK 0.130.260.00   0.15
XYZ46.561541.721471.9287
Yxy41.72140.29060.2604
Hunter Lab64.592115.6363-20.8099
CIE-Lab70.678420.5404-24.7394

#bda2da color RGB value is (189,162,218).

#bda2da hex color red value is 189, green value is 162 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bda2da hue: 0.75 , saturation: 0.43 and the lightness value of bda2da is 0.75.

The process color (four color CMYK) of #bda2da color hex is 0.13, 0.26, 0.00, 0.15. Web safe color of #bda2da is #cc99cc. Color #bda2da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 11011010
Octal 275 242 332
Decimal 189 162 218
Hex BD A2 DA

RGB Percentages of Color #bda2da

%33.22
%28.47
%38.31

CMYK Percentages of Color #bda2da

%13
%26
%0
%15

Triadic Colors of #bda2da

#bda2da #dabda2 #a2dabd

Analogous Colors of #bda2da

#bda2da #d9a2da #a2a3da

Monochromatic Colors of #bda2da

#bda2da

Complementary Color

#bda2da #bfdaa2

#bda2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda2da Color CSS Codes

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

#bda2da Text Font Color

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

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


#bda2da Background Color

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

This div background color is #bda2da


#bda2da Border Color

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

This div border color is #bda2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda2da


Comments

No comments written yet.

Please login to write comment.