Color Hex Logo

#b84665 Color Hex

#B84665
(184,70,101)
0 Favorites   0 Comments

Color spaces of #b84665

RGB 18470101
HSL0.950.450.50
HSV344°62°72°
CMYK 0.000.620.45   0.28
XYZ24.306315.510314.0246
Yxy15.51030.45140.2881
Hunter Lab39.383141.24546.4546
CIE-Lab46.325348.72456.4531

#b84665 color RGB value is (184,70,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000110 01100101
Octal 270 106 145
Decimal 184 70 101
Hex B8 46 65

RGB Percentages of Color #b84665

%51.83
%19.72
%28.45

CMYK Percentages of Color #b84665

%0
%62
%45
%28

Triadic Colors of #b84665

#b84665 #65b846 #4665b8

Analogous Colors of #b84665

#b84665 #b86046 #b8469e

Monochromatic Colors of #b84665

#b84665

Complementary Color

#b84665 #46b899

#b84665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84665 Color CSS Codes

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

#b84665 Text Font Color

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

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


#b84665 Background Color

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

This div background color is #b84665


#b84665 Border Color

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

This div border color is #b84665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84665


Comments

No comments written yet.

Please login to write comment.