Color Hex Logo

#b795da Color Hex

#B795DA
(183,149,218)
0 Favorites   0 Comments

Color spaces of #b795da

RGB 183149218
HSL0.750.480.72
HSV270°32°85°
CMYK 0.160.320.00   0.15
XYZ42.930836.624171.1361
Yxy36.62410.28490.2430
Hunter Lab60.517820.7200-27.3303
CIE-Lab66.994125.8979-30.4496

#b795da color RGB value is (183,149,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010101 11011010
Octal 267 225 332
Decimal 183 149 218
Hex B7 95 DA

RGB Percentages of Color #b795da

%33.27
%27.09
%39.64

CMYK Percentages of Color #b795da

%16
%32
%0
%15

Triadic Colors of #b795da

#b795da #dab795 #95dab7

Analogous Colors of #b795da

#b795da #da95da #9596da

Monochromatic Colors of #b795da

#b795da

Complementary Color

#b795da #b8da95

#b795da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b795da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b795da Color CSS Codes

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

#b795da Text Font Color

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

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


#b795da Background Color

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

This div background color is #b795da


#b795da Border Color

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

This div border color is #b795da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b795da


Comments

No comments written yet.

Please login to write comment.