Color Hex Logo

#b075bc Color Hex

#B075BC
(176,117,188)
0 Favorites   0 Comments

Color spaces of #b075bc

RGB 176117188
HSL0.810.350.60
HSV290°38°74°
CMYK 0.060.380.00   0.26
XYZ33.342925.583550.7577
Yxy25.58350.30400.2332
Hunter Lab50.580129.1536-24.0920
CIE-Lab57.639635.2227-28.1110

#b075bc color RGB value is (176,117,188).

#b075bc hex color red value is 176, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b075bc hue: 0.81 , saturation: 0.35 and the lightness value of b075bc is 0.60.

The process color (four color CMYK) of #b075bc color hex is 0.06, 0.38, 0.00, 0.26. Web safe color of #b075bc is #9966cc. Color #b075bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 10111100
Octal 260 165 274
Decimal 176 117 188
Hex B0 75 BC

RGB Percentages of Color #b075bc

%36.59
%24.32
%39.09

CMYK Percentages of Color #b075bc

%6
%38
%0
%26

Triadic Colors of #b075bc

#b075bc #bcb075 #75bcb0

Analogous Colors of #b075bc

#b075bc #bc75a5 #8d75bc

Monochromatic Colors of #b075bc

#b075bc

Complementary Color

#b075bc #81bc75

#b075bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b075bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b075bc Color CSS Codes

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

#b075bc Text Font Color

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

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


#b075bc Background Color

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

This div background color is #b075bc


#b075bc Border Color

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

This div border color is #b075bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b075bc


Comments

No comments written yet.

Please login to write comment.