Color Hex Logo

#b3417c Color Hex

#B3417C
(179,65,124)
0 Favorites   0 Comments

Color spaces of #b3417c

RGB 17965124
HSL0.910.470.48
HSV329°64°70°
CMYK 0.000.640.31   0.30
XYZ24.118814.819520.6580
Yxy14.81950.40470.2487
Hunter Lab38.496144.4667-4.8693
CIE-Lab45.386051.9554-9.0849

#b3417c color RGB value is (179,65,124).

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

The process color (four color CMYK) of #b3417c color hex is 0.00, 0.64, 0.31, 0.30. Web safe color of #b3417c is #cc3366. Color #b3417c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 01111100
Octal 263 101 174
Decimal 179 65 124
Hex B3 41 7C

RGB Percentages of Color #b3417c

%48.64
%17.66
%33.70

CMYK Percentages of Color #b3417c

%0
%64
%31
%30

Triadic Colors of #b3417c

#b3417c #7cb341 #417cb3

Analogous Colors of #b3417c

#b3417c #b34143 #b141b3

Monochromatic Colors of #b3417c

#b3417c

Complementary Color

#b3417c #41b378

#b3417c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3417c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3417c Color CSS Codes

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

#b3417c Text Font Color

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

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


#b3417c Background Color

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

This div background color is #b3417c


#b3417c Border Color

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

This div border color is #b3417c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3417c


Comments

No comments written yet.

Please login to write comment.