Color Hex Logo

#b288da Color Hex

#B288DA
(178,136,218)
0 Favorites   0 Comments

Color spaces of #b288da

RGB 178136218
HSL0.750.530.69
HSV271°38°85°
CMYK 0.180.380.00   0.15
XYZ39.819132.135370.4337
Yxy32.13530.27970.2257
Hunter Lab56.688026.1789-33.9850
CIE-Lab63.454631.6522-35.9791

#b288da color RGB value is (178,136,218).

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

The process color (four color CMYK) of #b288da color hex is 0.18, 0.38, 0.00, 0.15. Web safe color of #b288da is #9999cc. Color #b288da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001000 11011010
Octal 262 210 332
Decimal 178 136 218
Hex B2 88 DA

RGB Percentages of Color #b288da

%33.46
%25.56
%40.98

CMYK Percentages of Color #b288da

%18
%38
%0
%15

Triadic Colors of #b288da

#b288da #dab288 #88dab2

Analogous Colors of #b288da

#b288da #da88d9 #8988da

Monochromatic Colors of #b288da

#b288da

Complementary Color

#b288da #b0da88

#b288da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b288da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b288da Color CSS Codes

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

#b288da Text Font Color

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

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


#b288da Background Color

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

This div background color is #b288da


#b288da Border Color

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

This div border color is #b288da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b288da


Comments

No comments written yet.

Please login to write comment.