Color Hex Logo

#b694ff Color Hex

#B694FF
(182,148,255)
0 Favorites   0 Comments

Color spaces of #b694ff

RGB 182148255
HSL0.721.000.79
HSV259°42°100°
CMYK 0.290.420.00   0.00
XYZ47.931338.344999.4828
Yxy38.34490.25800.2064
Hunter Lab61.923329.8011-51.9061
CIE-Lab68.274034.7319-48.7703

#b694ff color RGB value is (182,148,255).

#b694ff hex color red value is 182, green value is 148 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b694ff hue: 0.72 , saturation: 1.00 and the lightness value of b694ff is 0.79.

The process color (four color CMYK) of #b694ff color hex is 0.29, 0.42, 0.00, 0.00. Web safe color of #b694ff is #cc99ff. Color #b694ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010100 11111111
Octal 266 224 377
Decimal 182 148 255
Hex B6 94 FF

RGB Percentages of Color #b694ff

%31.11
%25.30
%43.59

CMYK Percentages of Color #b694ff

%29
%42
%0
%0

Triadic Colors of #b694ff

#b694ff #ffb694 #94ffb6

Analogous Colors of #b694ff

#b694ff #ec94ff #94a8ff

Monochromatic Colors of #b694ff

#b694ff

Complementary Color

#b694ff #ddff94

#b694ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b694ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b694ff Color CSS Codes

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

#b694ff Text Font Color

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

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


#b694ff Background Color

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

This div background color is #b694ff


#b694ff Border Color

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

This div border color is #b694ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b694ff

Related Colors


Comments

No comments written yet.

Please login to write comment.