Color Hex Logo

#b794fc Color Hex

#B794FC
(183,148,252)
0 Favorites   0 Comments

Color spaces of #b794fc

RGB 183148252
HSL0.720.950.78
HSV260°41°99°
CMYK 0.270.410.00   0.01
XYZ47.689038.275496.9699
Yxy38.27540.26070.2092
Hunter Lab61.867129.3256-49.6236
CIE-Lab68.223134.2798-47.2102

#b794fc color RGB value is (183,148,252).

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

The process color (four color CMYK) of #b794fc color hex is 0.27, 0.41, 0.00, 0.01. Web safe color of #b794fc is #cc99ff. Color #b794fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 11111100
Octal 267 224 374
Decimal 183 148 252
Hex B7 94 FC

RGB Percentages of Color #b794fc

%31.39
%25.39
%43.22

CMYK Percentages of Color #b794fc

%27
%41
%0
%1

Triadic Colors of #b794fc

#b794fc #fcb794 #94fcb7

Analogous Colors of #b794fc

#b794fc #eb94fc #94a5fc

Monochromatic Colors of #b794fc

#b794fc

Complementary Color

#b794fc #d9fc94

#b794fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b794fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b794fc Color CSS Codes

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

#b794fc Text Font Color

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

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


#b794fc Background Color

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

This div background color is #b794fc


#b794fc Border Color

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

This div border color is #b794fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b794fc


Comments

No comments written yet.

Please login to write comment.