Color Hex Logo

#b794fd Color Hex

#B794FD
(183,148,253)
0 Favorites   0 Comments

Color spaces of #b794fd

RGB 183148253
HSL0.720.960.79
HSV260°42°99°
CMYK 0.280.420.00   0.01
XYZ47.848038.338997.8068
Yxy38.33890.26010.2084
Hunter Lab61.918429.5802-50.3120
CIE-Lab68.269734.5202-47.6819

#b794fd color RGB value is (183,148,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 11111101
Octal 267 224 375
Decimal 183 148 253
Hex B7 94 FD

RGB Percentages of Color #b794fd

%31.34
%25.34
%43.32

CMYK Percentages of Color #b794fd

%28
%42
%0
%1

Triadic Colors of #b794fd

#b794fd #fdb794 #94fdb7

Analogous Colors of #b794fd

#b794fd #ec94fd #94a6fd

Monochromatic Colors of #b794fd

#b794fd

Complementary Color

#b794fd #dafd94

#b794fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b794fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b794fd Color CSS Codes

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

#b794fd Text Font Color

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

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


#b794fd Background Color

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

This div background color is #b794fd


#b794fd Border Color

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

This div border color is #b794fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b794fd

Related Colors


Comments

No comments written yet.

Please login to write comment.