Color Hex Logo

#b35499 Color Hex

#B35499
(179,84,153)
0 Favorites   0 Comments

Color spaces of #b35499

RGB 17984153
HSL0.880.380.52
HSV316°53°70°
CMYK 0.000.530.15   0.30
XYZ27.510518.224332.2047
Yxy18.22430.35300.2338
Hunter Lab42.689940.3227-14.8446
CIE-Lab49.767047.2639-19.8634

#b35499 color RGB value is (179,84,153).

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

The process color (four color CMYK) of #b35499 color hex is 0.00, 0.53, 0.15, 0.30. Web safe color of #b35499 is #cc6699. Color #b35499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010100 10011001
Octal 263 124 231
Decimal 179 84 153
Hex B3 54 99

RGB Percentages of Color #b35499

%43.03
%20.19
%36.78

CMYK Percentages of Color #b35499

%0
%53
%15
%30

Triadic Colors of #b35499

#b35499 #99b354 #5499b3

Analogous Colors of #b35499

#b35499 #b3546a #9e54b3

Monochromatic Colors of #b35499

#b35499

Complementary Color

#b35499 #54b36e

#b35499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35499 Color CSS Codes

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

#b35499 Text Font Color

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

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


#b35499 Background Color

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

This div background color is #b35499


#b35499 Border Color

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

This div border color is #b35499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35499


Comments

No comments written yet.

Please login to write comment.