Color Hex Logo

#b74372 Color Hex

#B74372
(183,67,114)
0 Favorites   0 Comments

Color spaces of #b74372

RGB 18367114
HSL0.930.460.49
HSV336°63°72°
CMYK 0.000.630.38   0.28
XYZ24.572915.296517.5770
Yxy15.29650.42780.2663
Hunter Lab39.110743.70600.7316
CIE-Lab46.037751.1207-1.9378

#b74372 color RGB value is (183,67,114).

#b74372 hex color red value is 183, green value is 67 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b74372 hue: 0.93 , saturation: 0.46 and the lightness value of b74372 is 0.49.

The process color (four color CMYK) of #b74372 color hex is 0.00, 0.63, 0.38, 0.28. Web safe color of #b74372 is #cc3366. Color #b74372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000011 01110010
Octal 267 103 162
Decimal 183 67 114
Hex B7 43 72

RGB Percentages of Color #b74372

%50.27
%18.41
%31.32

CMYK Percentages of Color #b74372

%0
%63
%38
%28

Triadic Colors of #b74372

#b74372 #72b743 #4372b7

Analogous Colors of #b74372

#b74372 #b74e43 #b743ac

Monochromatic Colors of #b74372

#b74372

Complementary Color

#b74372 #43b788

#b74372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74372 Color CSS Codes

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

#b74372 Text Font Color

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

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


#b74372 Background Color

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

This div background color is #b74372


#b74372 Border Color

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

This div border color is #b74372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74372


Comments

No comments written yet.

Please login to write comment.