Color Hex Logo

#b65094 Color Hex

#B65094
(182,80,148)
0 Favorites   0 Comments

Color spaces of #b65094

RGB 18280148
HSL0.890.410.51
HSV320°56°71°
CMYK 0.000.560.19   0.29
XYZ27.505417.820530.0070
Yxy17.82050.36510.2366
Hunter Lab42.214342.4293-12.5948
CIE-Lab49.277749.3528-17.6043

#b65094 color RGB value is (182,80,148).

#b65094 hex color red value is 182, green value is 80 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b65094 hue: 0.89 , saturation: 0.41 and the lightness value of b65094 is 0.51.

The process color (four color CMYK) of #b65094 color hex is 0.00, 0.56, 0.19, 0.29. Web safe color of #b65094 is #cc6699. Color #b65094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010000 10010100
Octal 266 120 224
Decimal 182 80 148
Hex B6 50 94

RGB Percentages of Color #b65094

%44.39
%19.51
%36.10

CMYK Percentages of Color #b65094

%0
%56
%19
%29

Triadic Colors of #b65094

#b65094 #94b650 #5094b6

Analogous Colors of #b65094

#b65094 #b65061 #a550b6

Monochromatic Colors of #b65094

#b65094

Complementary Color

#b65094 #50b672

#b65094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65094 Color CSS Codes

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

#b65094 Text Font Color

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

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


#b65094 Background Color

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

This div background color is #b65094


#b65094 Border Color

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

This div border color is #b65094


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,80,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b65094; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b65094;
  -webkit-box-shadow: 1px 1px 3px 2px #b65094;
  box-shadow:         1px 1px 3px 2px #b65094; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,80,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65094


Comments

No comments written yet.

Please login to write comment.