Color Hex Logo

#b34465 Color Hex

#B34465
(179,68,101)
0 Favorites   0 Comments

Color spaces of #b34465

RGB 17968101
HSL0.950.450.48
HSV342°62°70°
CMYK 0.000.620.44   0.30
XYZ23.006514.657513.9285
Yxy14.65750.44590.2841
Hunter Lab38.285140.26625.2293
CIE-Lab45.161547.98014.6777

#b34465 color RGB value is (179,68,101).

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

The process color (four color CMYK) of #b34465 color hex is 0.00, 0.62, 0.44, 0.30. Web safe color of #b34465 is #cc3366. Color #b34465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 01100101
Octal 263 104 145
Decimal 179 68 101
Hex B3 44 65

RGB Percentages of Color #b34465

%51.44
%19.54
%29.02

CMYK Percentages of Color #b34465

%0
%62
%44
%30

Triadic Colors of #b34465

#b34465 #65b344 #4465b3

Analogous Colors of #b34465

#b34465 #b35b44 #b3449d

Monochromatic Colors of #b34465

#b34465

Complementary Color

#b34465 #44b392

#b34465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34465 Color CSS Codes

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

#b34465 Text Font Color

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

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


#b34465 Background Color

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

This div background color is #b34465


#b34465 Border Color

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

This div border color is #b34465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34465


Comments

No comments written yet.

Please login to write comment.