Color Hex Logo

#b84191 Color Hex

#B84191
(184,65,145)
0 Favorites   0 Comments

Color spaces of #b84191

RGB 18465145
HSL0.890.480.49
HSV320°65°72°
CMYK 0.000.650.21   0.28
XYZ26.768316.015328.4685
Yxy16.01530.37570.2248
Hunter Lab40.019149.3630-14.1639
CIE-Lab46.994656.2128-19.2772

#b84191 color RGB value is (184,65,145).

#b84191 hex color red value is 184, green value is 65 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b84191 hue: 0.89 , saturation: 0.48 and the lightness value of b84191 is 0.49.

The process color (four color CMYK) of #b84191 color hex is 0.00, 0.65, 0.21, 0.28. Web safe color of #b84191 is #cc3399. Color #b84191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000001 10010001
Octal 270 101 221
Decimal 184 65 145
Hex B8 41 91

RGB Percentages of Color #b84191

%46.70
%16.50
%36.80

CMYK Percentages of Color #b84191

%0
%65
%21
%28

Triadic Colors of #b84191

#b84191 #91b841 #4191b8

Analogous Colors of #b84191

#b84191 #b84155 #a441b8

Monochromatic Colors of #b84191

#b84191

Complementary Color

#b84191 #41b868

#b84191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84191 Color CSS Codes

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

#b84191 Text Font Color

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

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


#b84191 Background Color

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

This div background color is #b84191


#b84191 Border Color

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

This div border color is #b84191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84191


Comments

No comments written yet.

Please login to write comment.