Color Hex Logo

#b74796 Color Hex

#B74796
(183,71,150)
0 Favorites   0 Comments

Color spaces of #b74796

RGB 18371150
HSL0.880.440.50
HSV318°61°72°
CMYK 0.000.610.18   0.28
XYZ27.286716.775830.6540
Yxy16.77580.36520.2245
Hunter Lab40.958347.2410-15.7030
CIE-Lab47.976354.0833-20.7768

#b74796 color RGB value is (183,71,150).

#b74796 hex color red value is 183, green value is 71 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b74796 hue: 0.88 , saturation: 0.44 and the lightness value of b74796 is 0.50.

The process color (four color CMYK) of #b74796 color hex is 0.00, 0.61, 0.18, 0.28. Web safe color of #b74796 is #cc3399. Color #b74796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000111 10010110
Octal 267 107 226
Decimal 183 71 150
Hex B7 47 96

RGB Percentages of Color #b74796

%45.30
%17.57
%37.13

CMYK Percentages of Color #b74796

%0
%61
%18
%28

Triadic Colors of #b74796

#b74796 #96b747 #4796b7

Analogous Colors of #b74796

#b74796 #b7475e #a047b7

Monochromatic Colors of #b74796

#b74796

Complementary Color

#b74796 #47b768

#b74796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74796 Color CSS Codes

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

#b74796 Text Font Color

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

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


#b74796 Background Color

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

This div background color is #b74796


#b74796 Border Color

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

This div border color is #b74796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74796


Comments

No comments written yet.

Please login to write comment.