Color Hex Logo

#b73474 Color Hex

#B73474
(183,52,116)
0 Favorites   0 Comments

Color spaces of #b73474

RGB 18352116
HSL0.920.560.46
HSV331°72°72°
CMYK 0.000.720.37   0.28
XYZ23.908813.784217.9235
Yxy13.78420.42990.2478
Hunter Lab37.127149.9766-2.6339
CIE-Lab43.921857.3449-6.2967

#b73474 color RGB value is (183,52,116).

#b73474 hex color red value is 183, green value is 52 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b73474 hue: 0.92 , saturation: 0.56 and the lightness value of b73474 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110100 01110100
Octal 267 64 164
Decimal 183 52 116
Hex B7 34 74

RGB Percentages of Color #b73474

%52.14
%14.81
%33.05

CMYK Percentages of Color #b73474

%0
%72
%37
%28

Triadic Colors of #b73474

#b73474 #74b734 #3474b7

Analogous Colors of #b73474

#b73474 #b73634 #b734b6

Monochromatic Colors of #b73474

#b73474

Complementary Color

#b73474 #34b777

#b73474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73474 Color CSS Codes

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

#b73474 Text Font Color

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

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


#b73474 Background Color

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

This div background color is #b73474


#b73474 Border Color

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

This div border color is #b73474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73474


Comments

No comments written yet.

Please login to write comment.