Color Hex Logo

#b69edf Color Hex

#B69EDF
(182,158,223)
0 Favorites   0 Comments

Color spaces of #b69edf

RGB 182158223
HSL0.730.500.75
HSV262°29°87°
CMYK 0.180.290.00   0.13
XYZ44.837539.726575.1168
Yxy39.72650.28080.2488
Hunter Lab63.029016.6805-26.5405
CIE-Lab69.274321.6667-29.6967

#b69edf color RGB value is (182,158,223).

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

The process color (four color CMYK) of #b69edf color hex is 0.18, 0.29, 0.00, 0.13. Web safe color of #b69edf is #cc99cc. Color #b69edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011110 11011111
Octal 266 236 337
Decimal 182 158 223
Hex B6 9E DF

RGB Percentages of Color #b69edf

%32.33
%28.06
%39.61

CMYK Percentages of Color #b69edf

%18
%29
%0
%13

Triadic Colors of #b69edf

#b69edf #dfb69e #9edfb6

Analogous Colors of #b69edf

#b69edf #d79edf #9ea7df

Monochromatic Colors of #b69edf

#b69edf

Complementary Color

#b69edf #c7df9e

#b69edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69edf Color CSS Codes

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

#b69edf Text Font Color

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

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


#b69edf Background Color

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

This div background color is #b69edf


#b69edf Border Color

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

This div border color is #b69edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69edf


Comments

No comments written yet.

Please login to write comment.