Color Hex Logo

#b6369d Color Hex

#B6369D
(182,54,157)
0 Favorites   0 Comments

Color spaces of #b6369d

RGB 18254157
HSL0.870.540.46
HSV312°70°71°
CMYK 0.000.700.14   0.29
XYZ26.696415.017733.3899
Yxy15.01770.35550.2000
Hunter Lab38.752755.1500-23.9583
CIE-Lab45.658461.6782-28.5623

#b6369d color RGB value is (182,54,157).

#b6369d hex color red value is 182, green value is 54 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b6369d hue: 0.87 , saturation: 0.54 and the lightness value of b6369d is 0.46.

The process color (four color CMYK) of #b6369d color hex is 0.00, 0.70, 0.14, 0.29. Web safe color of #b6369d is #cc3399. Color #b6369d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110110 10011101
Octal 266 66 235
Decimal 182 54 157
Hex B6 36 9D

RGB Percentages of Color #b6369d

%46.31
%13.74
%39.95

CMYK Percentages of Color #b6369d

%0
%70
%14
%29

Triadic Colors of #b6369d

#b6369d #9db636 #369db6

Analogous Colors of #b6369d

#b6369d #b6365d #8f36b6

Monochromatic Colors of #b6369d

#b6369d

Complementary Color

#b6369d #36b64f

#b6369d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6369d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6369d Color CSS Codes

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

#b6369d Text Font Color

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

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


#b6369d Background Color

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

This div background color is #b6369d


#b6369d Border Color

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

This div border color is #b6369d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,54,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6369d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6369d;
  -webkit-box-shadow: 1px 1px 3px 2px #b6369d;
  box-shadow:         1px 1px 3px 2px #b6369d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,54,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6369d


Comments

No comments written yet.

Please login to write comment.