Color Hex Logo

#b27098 Color Hex

#B27098
(178,112,152)
0 Favorites   0 Comments

Color spaces of #b27098

RGB 178112152
HSL0.900.300.57
HSV324°37°70°
CMYK 0.000.370.15   0.30
XYZ29.821823.320332.6353
Yxy23.32030.34770.2719
Hunter Lab48.291125.7219-6.2646
CIE-Lab55.400731.9953-10.7414

#b27098 color RGB value is (178,112,152).

#b27098 hex color red value is 178, green value is 112 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b27098 hue: 0.90 , saturation: 0.30 and the lightness value of b27098 is 0.57.

The process color (four color CMYK) of #b27098 color hex is 0.00, 0.37, 0.15, 0.30. Web safe color of #b27098 is #996699. Color #b27098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 10011000
Octal 262 160 230
Decimal 178 112 152
Hex B2 70 98

RGB Percentages of Color #b27098

%40.27
%25.34
%34.39

CMYK Percentages of Color #b27098

%0
%37
%15
%30

Triadic Colors of #b27098

#b27098 #98b270 #7098b2

Analogous Colors of #b27098

#b27098 #b27077 #ab70b2

Monochromatic Colors of #b27098

#b27098

Complementary Color

#b27098 #70b28a

#b27098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27098 Color CSS Codes

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

#b27098 Text Font Color

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

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


#b27098 Background Color

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

This div background color is #b27098


#b27098 Border Color

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

This div border color is #b27098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27098


Comments

No comments written yet.

Please login to write comment.