Color Hex Logo

#b35792 Color Hex

#B35792
(179,87,146)
0 Favorites   0 Comments

Color spaces of #b35792

RGB 17987146
HSL0.890.380.52
HSV322°51°70°
CMYK 0.000.510.18   0.30
XYZ27.186918.475429.3273
Yxy18.47540.36250.2464
Hunter Lab42.983037.6815-10.3654
CIE-Lab50.067744.6660-15.2519

#b35792 color RGB value is (179,87,146).

#b35792 hex color red value is 179, green value is 87 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b35792 hue: 0.89 , saturation: 0.38 and the lightness value of b35792 is 0.52.

The process color (four color CMYK) of #b35792 color hex is 0.00, 0.51, 0.18, 0.30. Web safe color of #b35792 is #cc6699. Color #b35792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010111 10010010
Octal 263 127 222
Decimal 179 87 146
Hex B3 57 92

RGB Percentages of Color #b35792

%43.45
%21.12
%35.44

CMYK Percentages of Color #b35792

%0
%51
%18
%30

Triadic Colors of #b35792

#b35792 #92b357 #5792b3

Analogous Colors of #b35792

#b35792 #b35764 #a657b3

Monochromatic Colors of #b35792

#b35792

Complementary Color

#b35792 #57b378

#b35792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35792 Color CSS Codes

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

#b35792 Text Font Color

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

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


#b35792 Background Color

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

This div background color is #b35792


#b35792 Border Color

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

This div border color is #b35792


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,87,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35792


Comments

No comments written yet.

Please login to write comment.