Color Hex Logo

#b388da Color Hex

#B388DA
(179,136,218)
0 Favorites   0 Comments

Color spaces of #b388da

RGB 179136218
HSL0.750.530.69
HSV271°38°85°
CMYK 0.180.380.00   0.15
XYZ40.049532.254070.4445
Yxy32.25400.28060.2260
Hunter Lab56.792626.4891-33.7874
CIE-Lab63.552331.9512-35.8195

#b388da color RGB value is (179,136,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 11011010
Octal 263 210 332
Decimal 179 136 218
Hex B3 88 DA

RGB Percentages of Color #b388da

%33.58
%25.52
%40.90

CMYK Percentages of Color #b388da

%18
%38
%0
%15

Triadic Colors of #b388da

#b388da #dab388 #88dab3

Analogous Colors of #b388da

#b388da #da88d8 #8a88da

Monochromatic Colors of #b388da

#b388da

Complementary Color

#b388da #afda88

#b388da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388da Color CSS Codes

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

#b388da Text Font Color

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

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


#b388da Background Color

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

This div background color is #b388da


#b388da Border Color

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

This div border color is #b388da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388da


Comments

No comments written yet.

Please login to write comment.