Color Hex Logo

#b84673 Color Hex

#B84673
(184,70,115)
0 Favorites   0 Comments

Color spaces of #b84673

RGB 18470115
HSL0.930.450.50
HSV336°62°72°
CMYK 0.000.620.38   0.28
XYZ25.051815.808517.9506
Yxy15.80850.42600.2688
Hunter Lab39.759942.88891.0640
CIE-Lab46.722250.2258-1.5236

#b84673 color RGB value is (184,70,115).

#b84673 hex color red value is 184, green value is 70 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b84673 hue: 0.93 , saturation: 0.45 and the lightness value of b84673 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000110 01110011
Octal 270 106 163
Decimal 184 70 115
Hex B8 46 73

RGB Percentages of Color #b84673

%49.86
%18.97
%31.17

CMYK Percentages of Color #b84673

%0
%62
%38
%28

Triadic Colors of #b84673

#b84673 #73b846 #4673b8

Analogous Colors of #b84673

#b84673 #b85246 #b846ac

Monochromatic Colors of #b84673

#b84673

Complementary Color

#b84673 #46b88b

#b84673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84673 Color CSS Codes

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

#b84673 Text Font Color

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

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


#b84673 Background Color

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

This div background color is #b84673


#b84673 Border Color

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

This div border color is #b84673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84673


Comments

No comments written yet.

Please login to write comment.