Color Hex Logo

#b64568 Color Hex

#B64568
(182,69,104)
0 Favorites   0 Comments

Color spaces of #b64568

RGB 18269104
HSL0.950.450.49
HSV341°62°71°
CMYK 0.000.620.43   0.29
XYZ23.918215.200814.7701
Yxy15.20080.44380.2821
Hunter Lab38.988241.27554.8306
CIE-Lab45.908048.82523.9747

#b64568 color RGB value is (182,69,104).

#b64568 hex color red value is 182, green value is 69 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b64568 hue: 0.95 , saturation: 0.45 and the lightness value of b64568 is 0.49.

The process color (four color CMYK) of #b64568 color hex is 0.00, 0.62, 0.43, 0.29. Web safe color of #b64568 is #cc3366. Color #b64568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000101 01101000
Octal 266 105 150
Decimal 182 69 104
Hex B6 45 68

RGB Percentages of Color #b64568

%51.27
%19.44
%29.30

CMYK Percentages of Color #b64568

%0
%62
%43
%29

Triadic Colors of #b64568

#b64568 #68b645 #4568b6

Analogous Colors of #b64568

#b64568 #b65b45 #b645a1

Monochromatic Colors of #b64568

#b64568

Complementary Color

#b64568 #45b693

#b64568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64568 Color CSS Codes

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

#b64568 Text Font Color

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

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


#b64568 Background Color

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

This div background color is #b64568


#b64568 Border Color

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

This div border color is #b64568


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,69,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64568


Comments

No comments written yet.

Please login to write comment.