Color Hex Logo

#b694df Color Hex

#B694DF
(182,148,223)
0 Favorites   0 Comments

Color spaces of #b694df

RGB 182148223
HSL0.740.540.73
HSV267°34°87°
CMYK 0.180.340.00   0.13
XYZ43.200636.452674.5712
Yxy36.45260.28010.2364
Hunter Lab60.376022.0634-30.9667
CIE-Lab66.864327.2591-33.4229

#b694df color RGB value is (182,148,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010100 11011111
Octal 266 224 337
Decimal 182 148 223
Hex B6 94 DF

RGB Percentages of Color #b694df

%32.91
%26.76
%40.33

CMYK Percentages of Color #b694df

%18
%34
%0
%13

Triadic Colors of #b694df

#b694df #dfb694 #94dfb6

Analogous Colors of #b694df

#b694df #dc94df #9498df

Monochromatic Colors of #b694df

#b694df

Complementary Color

#b694df #bddf94

#b694df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b694df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b694df Color CSS Codes

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

#b694df Text Font Color

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

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


#b694df Background Color

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

This div background color is #b694df


#b694df Border Color

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

This div border color is #b694df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b694df


Comments

No comments written yet.

Please login to write comment.