Color Hex Logo

#b84269 Color Hex

#B84269
(184,66,105)
0 Favorites   0 Comments

Color spaces of #b84269

RGB 18466105
HSL0.940.470.49
HSV340°64°72°
CMYK 0.000.640.43   0.28
XYZ24.265215.106715.0016
Yxy15.10670.44630.2778
Hunter Lab38.867343.42124.3230
CIE-Lab45.780050.89623.2199

#b84269 color RGB value is (184,66,105).

#b84269 hex color red value is 184, green value is 66 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b84269 hue: 0.94 , saturation: 0.47 and the lightness value of b84269 is 0.49.

The process color (four color CMYK) of #b84269 color hex is 0.00, 0.64, 0.43, 0.28. Web safe color of #b84269 is #cc3366. Color #b84269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 01101001
Octal 270 102 151
Decimal 184 66 105
Hex B8 42 69

RGB Percentages of Color #b84269

%51.83
%18.59
%29.58

CMYK Percentages of Color #b84269

%0
%64
%43
%28

Triadic Colors of #b84269

#b84269 #69b842 #4269b8

Analogous Colors of #b84269

#b84269 #b85642 #b842a4

Monochromatic Colors of #b84269

#b84269

Complementary Color

#b84269 #42b891

#b84269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84269 Color CSS Codes

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

#b84269 Text Font Color

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

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


#b84269 Background Color

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

This div background color is #b84269


#b84269 Border Color

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

This div border color is #b84269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84269


Comments

No comments written yet.

Please login to write comment.