Color Hex Logo

#b3469f Color Hex

#B3469F
(179,70,159)
0 Favorites   0 Comments

Color spaces of #b3469f

RGB 17970159
HSL0.860.440.49
HSV311°61°70°
CMYK 0.000.610.11   0.30
XYZ27.038616.467234.5543
Yxy16.46720.34640.2110
Hunter Lab40.579847.9211-22.0805
CIE-Lab47.581654.7820-26.7964

#b3469f color RGB value is (179,70,159).

#b3469f hex color red value is 179, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b3469f hue: 0.86 , saturation: 0.44 and the lightness value of b3469f is 0.49.

The process color (four color CMYK) of #b3469f color hex is 0.00, 0.61, 0.11, 0.30. Web safe color of #b3469f is #cc3399. Color #b3469f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000110 10011111
Octal 263 106 237
Decimal 179 70 159
Hex B3 46 9F

RGB Percentages of Color #b3469f

%43.87
%17.16
%38.97

CMYK Percentages of Color #b3469f

%0
%61
%11
%30

Triadic Colors of #b3469f

#b3469f #9fb346 #469fb3

Analogous Colors of #b3469f

#b3469f #b34669 #9146b3

Monochromatic Colors of #b3469f

#b3469f

Complementary Color

#b3469f #46b35a

#b3469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3469f Color CSS Codes

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

#b3469f Text Font Color

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

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


#b3469f Background Color

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

This div background color is #b3469f


#b3469f Border Color

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

This div border color is #b3469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3469f


Comments

No comments written yet.

Please login to write comment.