Color Hex Logo

#b34365 Color Hex

#B34365
(179,67,101)
0 Favorites   0 Comments

Color spaces of #b34365

RGB 17967101
HSL0.950.460.48
HSV342°63°70°
CMYK 0.000.630.44   0.30
XYZ22.946514.537613.9085
Yxy14.53760.44650.2829
Hunter Lab38.128240.70145.0618
CIE-Lab44.994248.42984.4376

#b34365 color RGB value is (179,67,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000011 01100101
Octal 263 103 145
Decimal 179 67 101
Hex B3 43 65

RGB Percentages of Color #b34365

%51.59
%19.31
%29.11

CMYK Percentages of Color #b34365

%0
%63
%44
%30

Triadic Colors of #b34365

#b34365 #65b343 #4365b3

Analogous Colors of #b34365

#b34365 #b35943 #b3439d

Monochromatic Colors of #b34365

#b34365

Complementary Color

#b34365 #43b391

#b34365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34365 Color CSS Codes

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

#b34365 Text Font Color

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

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


#b34365 Background Color

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

This div background color is #b34365


#b34365 Border Color

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

This div border color is #b34365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34365


Comments

No comments written yet.

Please login to write comment.