Color Hex Logo

#b065bc Color Hex

#B065BC
(176,101,188)
0 Favorites   0 Comments

Color spaces of #b065bc

RGB 176101188
HSL0.810.390.57
HSV292°46°74°
CMYK 0.060.460.00   0.26
XYZ31.635322.168350.1885
Yxy22.16830.30420.2132
Hunter Lab47.083237.5388-30.2421
CIE-Lab54.205143.9007-33.4506

#b065bc color RGB value is (176,101,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100101 10111100
Octal 260 145 274
Decimal 176 101 188
Hex B0 65 BC

RGB Percentages of Color #b065bc

%37.85
%21.72
%40.43

CMYK Percentages of Color #b065bc

%6
%46
%0
%26

Triadic Colors of #b065bc

#b065bc #bcb065 #65bcb0

Analogous Colors of #b065bc

#b065bc #bc659d #8565bc

Monochromatic Colors of #b065bc

#b065bc

Complementary Color

#b065bc #71bc65

#b065bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b065bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b065bc Color CSS Codes

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

#b065bc Text Font Color

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

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


#b065bc Background Color

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

This div background color is #b065bc


#b065bc Border Color

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

This div border color is #b065bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b065bc


Comments

No comments written yet.

Please login to write comment.