Color Hex Logo

#b26593 Color Hex

#B26593
(178,101,147)
0 Favorites   0 Comments

Color spaces of #b26593

RGB 178101147
HSL0.900.330.55
HSV324°43°70°
CMYK 0.000.430.17   0.30
XYZ28.280220.878930.1433
Yxy20.87890.35660.2633
Hunter Lab45.693430.5122-7.1274
CIE-Lab52.816737.1750-11.6993

#b26593 color RGB value is (178,101,147).

#b26593 hex color red value is 178, green value is 101 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b26593 hue: 0.90 , saturation: 0.33 and the lightness value of b26593 is 0.55.

The process color (four color CMYK) of #b26593 color hex is 0.00, 0.43, 0.17, 0.30. Web safe color of #b26593 is #996699. Color #b26593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100101 10010011
Octal 262 145 223
Decimal 178 101 147
Hex B2 65 93

RGB Percentages of Color #b26593

%41.78
%23.71
%34.51

CMYK Percentages of Color #b26593

%0
%43
%17
%30

Triadic Colors of #b26593

#b26593 #93b265 #6593b2

Analogous Colors of #b26593

#b26593 #b2656d #ab65b2

Monochromatic Colors of #b26593

#b26593

Complementary Color

#b26593 #65b284

#b26593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26593 Color CSS Codes

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

#b26593 Text Font Color

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

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


#b26593 Background Color

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

This div background color is #b26593


#b26593 Border Color

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

This div border color is #b26593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26593


Comments

No comments written yet.

Please login to write comment.