Color Hex Logo

#b3419d Color Hex

#B3419D
(179,65,157)
0 Favorites   0 Comments

Color spaces of #b3419d

RGB 17965157
HSL0.870.470.48
HSV312°64°70°
CMYK 0.000.640.12   0.30
XYZ26.566515.798633.5475
Yxy15.79860.35000.2081
Hunter Lab39.747549.7482-22.2185
CIE-Lab46.709156.6173-26.9625

#b3419d color RGB value is (179,65,157).

#b3419d hex color red value is 179, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b3419d hue: 0.87 , saturation: 0.47 and the lightness value of b3419d is 0.48.

The process color (four color CMYK) of #b3419d color hex is 0.00, 0.64, 0.12, 0.30. Web safe color of #b3419d is #cc3399. Color #b3419d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 10011101
Octal 263 101 235
Decimal 179 65 157
Hex B3 41 9D

RGB Percentages of Color #b3419d

%44.64
%16.21
%39.15

CMYK Percentages of Color #b3419d

%0
%64
%12
%30

Triadic Colors of #b3419d

#b3419d #9db341 #419db3

Analogous Colors of #b3419d

#b3419d #b34164 #9041b3

Monochromatic Colors of #b3419d

#b3419d

Complementary Color

#b3419d #41b357

#b3419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3419d Color CSS Codes

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

#b3419d Text Font Color

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

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


#b3419d Background Color

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

This div background color is #b3419d


#b3419d Border Color

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

This div border color is #b3419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3419d


Comments

No comments written yet.

Please login to write comment.