Color Hex Logo

#b2665d Color Hex

#B2665D
(178,102,93)
0 Favorites   0 Comments

Color spaces of #b2665d

RGB 17810293
HSL0.020.360.53
HSV48°70°
CMYK 0.000.430.48   0.30
XYZ25.087319.758012.8474
Yxy19.75800.43480.3425
Hunter Lab44.450022.956913.9784
CIE-Lab51.562529.514018.3917

#b2665d color RGB value is (178,102,93).

#b2665d hex color red value is 178, green value is 102 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b2665d hue: 0.02 , saturation: 0.36 and the lightness value of b2665d is 0.53.

The process color (four color CMYK) of #b2665d color hex is 0.00, 0.43, 0.48, 0.30. Web safe color of #b2665d is #996666. Color #b2665d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 01011101
Octal 262 146 135
Decimal 178 102 93
Hex B2 66 5D

RGB Percentages of Color #b2665d

%47.72
%27.35
%24.93

CMYK Percentages of Color #b2665d

%0
%43
%48
%30

Triadic Colors of #b2665d

#b2665d #5db266 #665db2

Analogous Colors of #b2665d

#b2665d #b2915d #b25d7f

Monochromatic Colors of #b2665d

#b2665d

Complementary Color

#b2665d #5da9b2

#b2665d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2665d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2665d Color CSS Codes

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

#b2665d Text Font Color

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

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


#b2665d Background Color

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

This div background color is #b2665d


#b2665d Border Color

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

This div border color is #b2665d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,102,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2665d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2665d;
  -webkit-box-shadow: 1px 1px 3px 2px #b2665d;
  box-shadow:         1px 1px 3px 2px #b2665d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,102,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2665d


Comments

No comments written yet.

Please login to write comment.