Color Hex Logo

#b69def Color Hex

#B69DEF
(182,157,239)
0 Favorites   0 Comments

Color spaces of #b69def

RGB 182157239
HSL0.720.720.78
HSV258°34°94°
CMYK 0.240.340.00   0.06
XYZ46.928440.291086.9649
Yxy40.29100.26940.2313
Hunter Lab63.475220.8868-36.7983
CIE-Lab69.676325.8924-37.8452

#b69def color RGB value is (182,157,239).

#b69def hex color red value is 182, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b69def hue: 0.72 , saturation: 0.72 and the lightness value of b69def is 0.78.

The process color (four color CMYK) of #b69def color hex is 0.24, 0.34, 0.00, 0.06. Web safe color of #b69def is #cc99ff. Color #b69def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 11101111
Octal 266 235 357
Decimal 182 157 239
Hex B6 9D EF

RGB Percentages of Color #b69def

%31.49
%27.16
%41.35

CMYK Percentages of Color #b69def

%24
%34
%0
%6

Triadic Colors of #b69def

#b69def #efb69d #9defb6

Analogous Colors of #b69def

#b69def #df9def #9dadef

Monochromatic Colors of #b69def

#b69def

Complementary Color

#b69def #d6ef9d

#b69def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69def Color CSS Codes

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

#b69def Text Font Color

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

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


#b69def Background Color

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

This div background color is #b69def


#b69def Border Color

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

This div border color is #b69def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69def


Comments

No comments written yet.

Please login to write comment.