Color Hex Logo

#b794da Color Hex

#B794DA
(183,148,218)
0 Favorites   0 Comments

Color spaces of #b794da

RGB 183148218
HSL0.750.490.72
HSV270°32°85°
CMYK 0.160.320.00   0.15
XYZ42.773236.309071.0836
Yxy36.30900.28480.2418
Hunter Lab60.256921.2580-27.7630
CIE-Lab66.755426.4567-30.8185

#b794da color RGB value is (183,148,218).

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

The process color (four color CMYK) of #b794da color hex is 0.16, 0.32, 0.00, 0.15. Web safe color of #b794da is #cc99cc. Color #b794da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 11011010
Octal 267 224 332
Decimal 183 148 218
Hex B7 94 DA

RGB Percentages of Color #b794da

%33.33
%26.96
%39.71

CMYK Percentages of Color #b794da

%16
%32
%0
%15

Triadic Colors of #b794da

#b794da #dab794 #94dab7

Analogous Colors of #b794da

#b794da #da94da #9494da

Monochromatic Colors of #b794da

#b794da

Complementary Color

#b794da #b7da94

#b794da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b794da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b794da Color CSS Codes

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

#b794da Text Font Color

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

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


#b794da Background Color

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

This div background color is #b794da


#b794da Border Color

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

This div border color is #b794da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b794da


Comments

No comments written yet.

Please login to write comment.