Color Hex Logo

#b388de Color Hex

#B388DE
(179,136,222)
0 Favorites   0 Comments

Color spaces of #b388de

RGB 179136222
HSL0.750.570.70
HSV270°39°87°
CMYK 0.190.390.00   0.13
XYZ40.579432.466073.2350
Yxy32.46600.27740.2219
Hunter Lab56.978927.4114-36.3201
CIE-Lab63.726232.8476-37.7742

#b388de color RGB value is (179,136,222).

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

The process color (four color CMYK) of #b388de color hex is 0.19, 0.39, 0.00, 0.13. Web safe color of #b388de is #cc99cc. Color #b388de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 11011110
Octal 263 210 336
Decimal 179 136 222
Hex B3 88 DE

RGB Percentages of Color #b388de

%33.33
%25.33
%41.34

CMYK Percentages of Color #b388de

%19
%39
%0
%13

Triadic Colors of #b388de

#b388de #deb388 #88deb3

Analogous Colors of #b388de

#b388de #de88de #8888de

Monochromatic Colors of #b388de

#b388de

Complementary Color

#b388de #b3de88

#b388de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388de Color CSS Codes

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

#b388de Text Font Color

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

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


#b388de Background Color

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

This div background color is #b388de


#b388de Border Color

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

This div border color is #b388de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,136,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388de


Comments

No comments written yet.

Please login to write comment.