Color Hex Logo

#b65198 Color Hex

#B65198
(182,81,152)
0 Favorites   0 Comments

Color spaces of #b65198

RGB 18281152
HSL0.880.410.52
HSV318°55°71°
CMYK 0.000.550.16   0.29
XYZ27.901318.096931.7283
Yxy18.09690.35900.2328
Hunter Lab42.540542.6282-14.4424
CIE-Lab49.613449.4848-19.4679

#b65198 color RGB value is (182,81,152).

#b65198 hex color red value is 182, green value is 81 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b65198 hue: 0.88 , saturation: 0.41 and the lightness value of b65198 is 0.52.

The process color (four color CMYK) of #b65198 color hex is 0.00, 0.55, 0.16, 0.29. Web safe color of #b65198 is #cc6699. Color #b65198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010001 10011000
Octal 266 121 230
Decimal 182 81 152
Hex B6 51 98

RGB Percentages of Color #b65198

%43.86
%19.52
%36.63

CMYK Percentages of Color #b65198

%0
%55
%16
%29

Triadic Colors of #b65198

#b65198 #98b651 #5198b6

Analogous Colors of #b65198

#b65198 #b65166 #a251b6

Monochromatic Colors of #b65198

#b65198

Complementary Color

#b65198 #51b66f

#b65198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65198 Color CSS Codes

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

#b65198 Text Font Color

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

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


#b65198 Background Color

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

This div background color is #b65198


#b65198 Border Color

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

This div border color is #b65198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65198


Comments

No comments written yet.

Please login to write comment.