Color Hex Logo

#b788da Color Hex

#B788DA
(183,136,218)
0 Favorites   0 Comments

Color spaces of #b788da

RGB 183136218
HSL0.760.530.69
HSV274°38°85°
CMYK 0.160.380.00   0.15
XYZ40.987532.737670.4884
Yxy32.73760.28420.2270
Hunter Lab57.216827.7399-32.9908
CIE-Lab63.947933.1499-35.1733

#b788da color RGB value is (183,136,218).

#b788da hex color red value is 183, green value is 136 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b788da hue: 0.76 , saturation: 0.53 and the lightness value of b788da is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001000 11011010
Octal 267 210 332
Decimal 183 136 218
Hex B7 88 DA

RGB Percentages of Color #b788da

%34.08
%25.33
%40.60

CMYK Percentages of Color #b788da

%16
%38
%0
%15

Triadic Colors of #b788da

#b788da #dab788 #88dab7

Analogous Colors of #b788da

#b788da #da88d4 #8e88da

Monochromatic Colors of #b788da

#b788da

Complementary Color

#b788da #abda88

#b788da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b788da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b788da Color CSS Codes

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

#b788da Text Font Color

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

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


#b788da Background Color

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

This div background color is #b788da


#b788da Border Color

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

This div border color is #b788da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b788da


Comments

No comments written yet.

Please login to write comment.