Color Hex Logo

#b690da Color Hex

#B690DA
(182,144,218)
0 Favorites   0 Comments

Color spaces of #b690da

RGB 182144218
HSL0.750.500.71
HSV271°34°85°
CMYK 0.170.340.00   0.15
XYZ41.919634.953670.8670
Yxy34.95360.28370.2366
Hunter Lab59.121623.1010-29.6838
CIE-Lab65.712528.3857-32.4401

#b690da color RGB value is (182,144,218).

#b690da hex color red value is 182, green value is 144 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b690da hue: 0.75 , saturation: 0.50 and the lightness value of b690da is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 11011010
Octal 266 220 332
Decimal 182 144 218
Hex B6 90 DA

RGB Percentages of Color #b690da

%33.46
%26.47
%40.07

CMYK Percentages of Color #b690da

%17
%34
%0
%15

Triadic Colors of #b690da

#b690da #dab690 #90dab6

Analogous Colors of #b690da

#b690da #da90d9 #9190da

Monochromatic Colors of #b690da

#b690da

Complementary Color

#b690da #b4da90

#b690da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b690da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b690da Color CSS Codes

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

#b690da Text Font Color

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

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


#b690da Background Color

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

This div background color is #b690da


#b690da Border Color

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

This div border color is #b690da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b690da


Comments

No comments written yet.

Please login to write comment.