Color Hex Logo

#b690cb Color Hex

#B690CB
(182,144,203)
0 Favorites   0 Comments

Color spaces of #b690cb

RGB 182144203
HSL0.770.360.68
HSV279°29°80°
CMYK 0.100.290.00   0.20
XYZ40.044234.203460.9913
Yxy34.20340.29610.2529
Hunter Lab58.483719.8738-20.8936
CIE-Lab65.123725.1612-24.9981

#b690cb color RGB value is (182,144,203).

#b690cb hex color red value is 182, green value is 144 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b690cb hue: 0.77 , saturation: 0.36 and the lightness value of b690cb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 11001011
Octal 266 220 313
Decimal 182 144 203
Hex B6 90 CB

RGB Percentages of Color #b690cb

%34.40
%27.22
%38.37

CMYK Percentages of Color #b690cb

%10
%29
%0
%20

Triadic Colors of #b690cb

#b690cb #cbb690 #90cbb6

Analogous Colors of #b690cb

#b690cb #cb90c3 #9990cb

Monochromatic Colors of #b690cb

#b690cb

Complementary Color

#b690cb #a5cb90

#b690cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b690cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b690cb Color CSS Codes

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

#b690cb Text Font Color

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

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


#b690cb Background Color

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

This div background color is #b690cb


#b690cb Border Color

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

This div border color is #b690cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,144,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b690cb


Comments

No comments written yet.

Please login to write comment.