Color Hex Logo

#b084bc Color Hex

#B084BC
(176,132,188)
0 Favorites   0 Comments

Color spaces of #b084bc

RGB 176132188
HSL0.800.290.63
HSV287°30°74°
CMYK 0.060.300.00   0.26
XYZ35.232929.363551.3877
Yxy29.36350.30380.2532
Hunter Lab54.188121.2309-18.2943
CIE-Lab61.101126.8431-22.7818

#b084bc color RGB value is (176,132,188).

#b084bc hex color red value is 176, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b084bc hue: 0.80 , saturation: 0.29 and the lightness value of b084bc is 0.63.

The process color (four color CMYK) of #b084bc color hex is 0.06, 0.30, 0.00, 0.26. Web safe color of #b084bc is #9999cc. Color #b084bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000100 10111100
Octal 260 204 274
Decimal 176 132 188
Hex B0 84 BC

RGB Percentages of Color #b084bc

%35.48
%26.61
%37.90

CMYK Percentages of Color #b084bc

%6
%30
%0
%26

Triadic Colors of #b084bc

#b084bc #bcb084 #84bcb0

Analogous Colors of #b084bc

#b084bc #bc84ac #9484bc

Monochromatic Colors of #b084bc

#b084bc

Complementary Color

#b084bc #90bc84

#b084bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b084bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b084bc Color CSS Codes

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

#b084bc Text Font Color

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

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


#b084bc Background Color

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

This div background color is #b084bc


#b084bc Border Color

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

This div border color is #b084bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b084bc


Comments

No comments written yet.

Please login to write comment.