Color Hex Logo

#b64065 Color Hex

#B64065
(182,64,101)
0 Favorites   0 Comments

Color spaces of #b64065

RGB 18264101
HSL0.950.480.48
HSV341°65°71°
CMYK 0.000.650.45   0.29
XYZ23.473814.551513.8834
Yxy14.55150.45220.2803
Hunter Lab38.146443.08565.1239
CIE-Lab45.013750.71274.5318

#b64065 color RGB value is (182,64,101).

#b64065 hex color red value is 182, green value is 64 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b64065 hue: 0.95 , saturation: 0.48 and the lightness value of b64065 is 0.48.

The process color (four color CMYK) of #b64065 color hex is 0.00, 0.65, 0.45, 0.29. Web safe color of #b64065 is #cc3366. Color #b64065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000000 01100101
Octal 266 100 145
Decimal 182 64 101
Hex B6 40 65

RGB Percentages of Color #b64065

%52.45
%18.44
%29.11

CMYK Percentages of Color #b64065

%0
%65
%45
%29

Triadic Colors of #b64065

#b64065 #65b640 #4065b6

Analogous Colors of #b64065

#b64065 #b65640 #b640a0

Monochromatic Colors of #b64065

#b64065

Complementary Color

#b64065 #40b691

#b64065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64065 Color CSS Codes

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

#b64065 Text Font Color

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

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


#b64065 Background Color

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

This div background color is #b64065


#b64065 Border Color

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

This div border color is #b64065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64065


Comments

No comments written yet.

Please login to write comment.