Color Hex Logo

#b35395 Color Hex

#B35395
(179,83,149)
0 Favorites   0 Comments

Color spaces of #b35395

RGB 17983149
HSL0.890.390.51
HSV319°54°70°
CMYK 0.000.540.17   0.30
XYZ27.108517.940130.4678
Yxy17.94010.35900.2376
Hunter Lab42.355840.1209-13.0001
CIE-Lab49.423447.1263-18.0159

#b35395 color RGB value is (179,83,149).

#b35395 hex color red value is 179, green value is 83 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b35395 hue: 0.89 , saturation: 0.39 and the lightness value of b35395 is 0.51.

The process color (four color CMYK) of #b35395 color hex is 0.00, 0.54, 0.17, 0.30. Web safe color of #b35395 is #cc6699. Color #b35395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 10010101
Octal 263 123 225
Decimal 179 83 149
Hex B3 53 95

RGB Percentages of Color #b35395

%43.55
%20.19
%36.25

CMYK Percentages of Color #b35395

%0
%54
%17
%30

Triadic Colors of #b35395

#b35395 #95b353 #5395b3

Analogous Colors of #b35395

#b35395 #b35365 #a153b3

Monochromatic Colors of #b35395

#b35395

Complementary Color

#b35395 #53b371

#b35395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35395 Color CSS Codes

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

#b35395 Text Font Color

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

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


#b35395 Background Color

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

This div background color is #b35395


#b35395 Border Color

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

This div border color is #b35395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35395


Comments

No comments written yet.

Please login to write comment.