Color Hex Logo

#b65883 Color Hex

#B65883
(182,88,131)
0 Favorites   0 Comments

Color spaces of #b65883

RGB 18288131
HSL0.920.390.53
HSV333°52°71°
CMYK 0.000.520.28   0.29
XYZ26.877918.563223.6392
Yxy18.56320.38910.2687
Hunter Lab43.085035.9555-2.3708
CIE-Lab50.172242.9627-6.1145

#b65883 color RGB value is (182,88,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011000 10000011
Octal 266 130 203
Decimal 182 88 131
Hex B6 58 83

RGB Percentages of Color #b65883

%45.39
%21.95
%32.67

CMYK Percentages of Color #b65883

%0
%52
%28
%29

Triadic Colors of #b65883

#b65883 #83b658 #5883b6

Analogous Colors of #b65883

#b65883 #b65c58 #b658b2

Monochromatic Colors of #b65883

#b65883

Complementary Color

#b65883 #58b68b

#b65883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65883 Color CSS Codes

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

#b65883 Text Font Color

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

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


#b65883 Background Color

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

This div background color is #b65883


#b65883 Border Color

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

This div border color is #b65883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65883


Comments

No comments written yet.

Please login to write comment.