Color Hex Logo

#b794ff Color Hex

#B794FF
(183,148,255)
0 Favorites   0 Comments

Color spaces of #b794ff

RGB 183148255
HSL0.721.000.79
HSV260°42°100°
CMYK 0.280.420.00   0.00
XYZ48.168338.467199.4939
Yxy38.46710.25880.2067
Hunter Lab62.021930.0910-51.6962
CIE-Lab68.363535.0014-48.6233

#b794ff color RGB value is (183,148,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 11111111
Octal 267 224 377
Decimal 183 148 255
Hex B7 94 FF

RGB Percentages of Color #b794ff

%31.23
%25.26
%43.52

CMYK Percentages of Color #b794ff

%28
%42
%0
%0

Triadic Colors of #b794ff

#b794ff #ffb794 #94ffb7

Analogous Colors of #b794ff

#b794ff #ed94ff #94a7ff

Monochromatic Colors of #b794ff

#b794ff

Complementary Color

#b794ff #dcff94

#b794ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b794ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b794ff Color CSS Codes

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

#b794ff Text Font Color

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

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


#b794ff Background Color

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

This div background color is #b794ff


#b794ff Border Color

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

This div border color is #b794ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b794ff

Related Colors

#b794ff Color Palettes


Comments

No comments written yet.

Please login to write comment.