Color Hex Logo

#b83379 Color Hex

#B83379
(184,51,121)
0 Favorites   0 Comments

Color spaces of #b83379

RGB 18451121
HSL0.910.570.46
HSV328°72°72°
CMYK 0.000.720.34   0.28
XYZ24.402213.938519.4934
Yxy13.93850.42190.2410
Hunter Lab37.334351.3350-4.8231
CIE-Lab44.144658.5411-9.0237

#b83379 color RGB value is (184,51,121).

#b83379 hex color red value is 184, green value is 51 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b83379 hue: 0.91 , saturation: 0.57 and the lightness value of b83379 is 0.46.

The process color (four color CMYK) of #b83379 color hex is 0.00, 0.72, 0.34, 0.28. Web safe color of #b83379 is #cc3366. Color #b83379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110011 01111001
Octal 270 63 171
Decimal 184 51 121
Hex B8 33 79

RGB Percentages of Color #b83379

%51.69
%14.33
%33.99

CMYK Percentages of Color #b83379

%0
%72
%34
%28

Triadic Colors of #b83379

#b83379 #79b833 #3379b8

Analogous Colors of #b83379

#b83379 #b83337 #b533b8

Monochromatic Colors of #b83379

#b83379

Complementary Color

#b83379 #33b872

#b83379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83379 Color CSS Codes

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

#b83379 Text Font Color

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

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


#b83379 Background Color

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

This div background color is #b83379


#b83379 Border Color

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

This div border color is #b83379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,51,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b83379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b83379;
  -webkit-box-shadow: 1px 1px 3px 2px #b83379;
  box-shadow:         1px 1px 3px 2px #b83379; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,51,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83379


Comments

No comments written yet.

Please login to write comment.