Color Hex Logo

#b380bc Color Hex

#B380BC
(179,128,188)
0 Favorites   0 Comments

Color spaces of #b380bc

RGB 179128188
HSL0.810.310.62
HSV291°32°74°
CMYK 0.050.320.00   0.26
XYZ35.386728.652951.2424
Yxy28.65290.30700.2485
Hunter Lab53.528424.3286-19.2881
CIE-Lab60.474130.0677-23.7160

#b380bc color RGB value is (179,128,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 10111100
Octal 263 200 274
Decimal 179 128 188
Hex B3 80 BC

RGB Percentages of Color #b380bc

%36.16
%25.86
%37.98

CMYK Percentages of Color #b380bc

%5
%32
%0
%26

Triadic Colors of #b380bc

#b380bc #bcb380 #80bcb3

Analogous Colors of #b380bc

#b380bc #bc80a7 #9580bc

Monochromatic Colors of #b380bc

#b380bc

Complementary Color

#b380bc #89bc80

#b380bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b380bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b380bc Color CSS Codes

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

#b380bc Text Font Color

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

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


#b380bc Background Color

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

This div background color is #b380bc


#b380bc Border Color

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

This div border color is #b380bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b380bc


Comments

No comments written yet.

Please login to write comment.