Color Hex Logo

#b00765 Color Hex

#B00765
(176,7,101)
0 Favorites   0 Comments

Color spaces of #b00765

RGB 1767101
HSL0.910.920.36
HSV327°96°69°
CMYK 0.000.960.43   0.31
XYZ20.329410.321613.2327
Yxy10.32160.46330.2352
Hunter Lab32.127256.7281-1.9315
CIE-Lab38.413564.4778-5.2499

#b00765 color RGB value is (176,7,101).

#b00765 hex color red value is 176, green value is 7 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b00765 hue: 0.91 , saturation: 0.92 and the lightness value of b00765 is 0.36.

The process color (four color CMYK) of #b00765 color hex is 0.00, 0.96, 0.43, 0.31. Web safe color of #b00765 is #990066. Color #b00765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000111 01100101
Octal 260 7 145
Decimal 176 7 101
Hex B0 7 65

RGB Percentages of Color #b00765

%61.97
%2.46
%35.56

CMYK Percentages of Color #b00765

%0
%96
%43
%31

Triadic Colors of #b00765

#b00765 #65b007 #0765b0

Analogous Colors of #b00765

#b00765 #b00710 #a707b0

Monochromatic Colors of #b00765

#b00765

Complementary Color

#b00765 #07b052

#b00765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00765 Color CSS Codes

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

#b00765 Text Font Color

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

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


#b00765 Background Color

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

This div background color is #b00765


#b00765 Border Color

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

This div border color is #b00765


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,7,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00765


Comments

No comments written yet.

Please login to write comment.