Color Hex Logo

#b794ec Color Hex

#B794EC
(183,148,236)
0 Favorites   0 Comments

Color spaces of #b794ec

RGB 183148236
HSL0.730.700.75
HSV264°37°93°
CMYK 0.220.370.00   0.07
XYZ45.258737.303284.1717
Yxy37.30320.27140.2237
Hunter Lab61.076325.3882-38.9564
CIE-Lab67.503930.5127-39.5824

#b794ec color RGB value is (183,148,236).

#b794ec hex color red value is 183, green value is 148 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b794ec hue: 0.73 , saturation: 0.70 and the lightness value of b794ec is 0.75.

The process color (four color CMYK) of #b794ec color hex is 0.22, 0.37, 0.00, 0.07. Web safe color of #b794ec is #cc99ff. Color #b794ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 11101100
Octal 267 224 354
Decimal 183 148 236
Hex B7 94 EC

RGB Percentages of Color #b794ec

%32.28
%26.10
%41.62

CMYK Percentages of Color #b794ec

%22
%37
%0
%7

Triadic Colors of #b794ec

#b794ec #ecb794 #94ecb7

Analogous Colors of #b794ec

#b794ec #e394ec #949dec

Monochromatic Colors of #b794ec

#b794ec

Complementary Color

#b794ec #c9ec94

#b794ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b794ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b794ec Color CSS Codes

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

#b794ec Text Font Color

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

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


#b794ec Background Color

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

This div background color is #b794ec


#b794ec Border Color

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

This div border color is #b794ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b794ec


Comments

No comments written yet.

Please login to write comment.