Color Hex Logo

#b74982 Color Hex

#B74982
(183,73,130)
0 Favorites   0 Comments

Color spaces of #b74982

RGB 18373130
HSL0.910.430.50
HSV329°60°72°
CMYK 0.000.600.29   0.28
XYZ25.940216.444122.9259
Yxy16.44410.39720.2518
Hunter Lab40.551343.2195-5.1340
CIE-Lab47.551850.3956-9.4110

#b74982 color RGB value is (183,73,130).

#b74982 hex color red value is 183, green value is 73 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b74982 hue: 0.91 , saturation: 0.43 and the lightness value of b74982 is 0.50.

The process color (four color CMYK) of #b74982 color hex is 0.00, 0.60, 0.29, 0.28. Web safe color of #b74982 is #cc3399. Color #b74982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001001 10000010
Octal 267 111 202
Decimal 183 73 130
Hex B7 49 82

RGB Percentages of Color #b74982

%47.41
%18.91
%33.68

CMYK Percentages of Color #b74982

%0
%60
%29
%28

Triadic Colors of #b74982

#b74982 #82b749 #4982b7

Analogous Colors of #b74982

#b74982 #b7494b #b549b7

Monochromatic Colors of #b74982

#b74982

Complementary Color

#b74982 #49b77e

#b74982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74982 Color CSS Codes

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

#b74982 Text Font Color

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

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


#b74982 Background Color

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

This div background color is #b74982


#b74982 Border Color

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

This div border color is #b74982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,73,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b74982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b74982;
  -webkit-box-shadow: 1px 1px 3px 2px #b74982;
  box-shadow:         1px 1px 3px 2px #b74982; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,73,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74982


Comments

No comments written yet.

Please login to write comment.