Color Hex Logo

#b383bc Color Hex

#B383BC
(179,131,188)
0 Favorites   0 Comments

Color spaces of #b383bc

RGB 179131188
HSL0.810.300.63
HSV291°30°74°
CMYK 0.050.300.00   0.26
XYZ35.783829.447151.3748
Yxy29.44710.30690.2525
Hunter Lab54.265222.7432-18.1463
CIE-Lab61.174228.3904-22.6427

#b383bc color RGB value is (179,131,188).

#b383bc hex color red value is 179, green value is 131 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b383bc hue: 0.81 , saturation: 0.30 and the lightness value of b383bc is 0.63.

The process color (four color CMYK) of #b383bc color hex is 0.05, 0.30, 0.00, 0.26. Web safe color of #b383bc is #cc99cc. Color #b383bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 10111100
Octal 263 203 274
Decimal 179 131 188
Hex B3 83 BC

RGB Percentages of Color #b383bc

%35.94
%26.31
%37.75

CMYK Percentages of Color #b383bc

%5
%30
%0
%26

Triadic Colors of #b383bc

#b383bc #bcb383 #83bcb3

Analogous Colors of #b383bc

#b383bc #bc83a9 #9783bc

Monochromatic Colors of #b383bc

#b383bc

Complementary Color

#b383bc #8cbc83

#b383bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383bc Color CSS Codes

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

#b383bc Text Font Color

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

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


#b383bc Background Color

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

This div background color is #b383bc


#b383bc Border Color

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

This div border color is #b383bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383bc


Comments

No comments written yet.

Please login to write comment.