Color Hex Logo

#b35494 Color Hex

#B35494
(179,84,148)
0 Favorites   0 Comments

Color spaces of #b35494

RGB 17984148
HSL0.890.380.52
HSV320°53°70°
CMYK 0.000.530.17   0.30
XYZ27.106018.062530.0747
Yxy18.06250.36020.2401
Hunter Lab42.500039.4702-12.2060
CIE-Lab49.571846.4763-17.1949

#b35494 color RGB value is (179,84,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010100 10010100
Octal 263 124 224
Decimal 179 84 148
Hex B3 54 94

RGB Percentages of Color #b35494

%43.55
%20.44
%36.01

CMYK Percentages of Color #b35494

%0
%53
%17
%30

Triadic Colors of #b35494

#b35494 #94b354 #5494b3

Analogous Colors of #b35494

#b35494 #b35465 #a354b3

Monochromatic Colors of #b35494

#b35494

Complementary Color

#b35494 #54b373

#b35494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35494 Color CSS Codes

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

#b35494 Text Font Color

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

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


#b35494 Background Color

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

This div background color is #b35494


#b35494 Border Color

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

This div border color is #b35494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35494


Comments

No comments written yet.

Please login to write comment.