Color Hex Logo

#baa7da Color Hex

#BAA7DA
(186,167,218)
0 Favorites   0 Comments

Color spaces of #baa7da

RGB 186167218
HSL0.730.410.75
HSV262°23°85°
CMYK 0.150.230.00   0.15
XYZ46.723343.138572.1936
Yxy43.13850.28830.2662
Hunter Lab65.679912.0413-19.1941
CIE-Lab71.648916.8134-23.2798

#baa7da color RGB value is (186,167,218).

#baa7da hex color red value is 186, green value is 167 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #baa7da hue: 0.73 , saturation: 0.41 and the lightness value of baa7da is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 11011010
Octal 272 247 332
Decimal 186 167 218
Hex BA A7 DA

RGB Percentages of Color #baa7da

%32.57
%29.25
%38.18

CMYK Percentages of Color #baa7da

%15
%23
%0
%15

Triadic Colors of #baa7da

#baa7da #dabaa7 #a7daba

Analogous Colors of #baa7da

#baa7da #d4a7da #a7aeda

Monochromatic Colors of #baa7da

#baa7da

Complementary Color

#baa7da #c7daa7

#baa7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa7da Color CSS Codes

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

#baa7da Text Font Color

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

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


#baa7da Background Color

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

This div background color is #baa7da


#baa7da Border Color

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

This div border color is #baa7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa7da


Comments

No comments written yet.

Please login to write comment.