Color Hex Logo

#b69fdf Color Hex

#B69FDF
(182,159,223)
0 Favorites   0 Comments

Color spaces of #b69fdf

RGB 182159223
HSL0.730.500.75
HSV262°29°87°
CMYK 0.180.290.00   0.13
XYZ45.008840.069175.1739
Yxy40.06910.28090.2500
Hunter Lab63.300216.1450-26.1014
CIE-Lab69.518721.1081-29.3200

#b69fdf color RGB value is (182,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011111 11011111
Octal 266 237 337
Decimal 182 159 223
Hex B6 9F DF

RGB Percentages of Color #b69fdf

%32.27
%28.19
%39.54

CMYK Percentages of Color #b69fdf

%18
%29
%0
%13

Triadic Colors of #b69fdf

#b69fdf #dfb69f #9fdfb6

Analogous Colors of #b69fdf

#b69fdf #d69fdf #9fa8df

Monochromatic Colors of #b69fdf

#b69fdf

Complementary Color

#b69fdf #c8df9f

#b69fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69fdf Color CSS Codes

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

#b69fdf Text Font Color

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

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


#b69fdf Background Color

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

This div background color is #b69fdf


#b69fdf Border Color

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

This div border color is #b69fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69fdf


Comments

No comments written yet.

Please login to write comment.