Color Hex Logo

#b65798 Color Hex

#B65798
(182,87,152)
0 Favorites   0 Comments

Color spaces of #b65798

RGB 18287152
HSL0.890.390.53
HSV319°52°71°
CMYK 0.000.520.16   0.29
XYZ28.367119.028531.8835
Yxy19.02850.35780.2400
Hunter Lab43.621739.7403-12.8005
CIE-Lab50.720546.5518-17.7750

#b65798 color RGB value is (182,87,152).

#b65798 hex color red value is 182, green value is 87 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b65798 hue: 0.89 , saturation: 0.39 and the lightness value of b65798 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010111 10011000
Octal 266 127 230
Decimal 182 87 152
Hex B6 57 98

RGB Percentages of Color #b65798

%43.23
%20.67
%36.10

CMYK Percentages of Color #b65798

%0
%52
%16
%29

Triadic Colors of #b65798

#b65798 #98b657 #5798b6

Analogous Colors of #b65798

#b65798 #b65769 #a557b6

Monochromatic Colors of #b65798

#b65798

Complementary Color

#b65798 #57b675

#b65798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65798 Color CSS Codes

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

#b65798 Text Font Color

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

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


#b65798 Background Color

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

This div background color is #b65798


#b65798 Border Color

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

This div border color is #b65798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65798


Comments

No comments written yet.

Please login to write comment.