Color Hex Logo

#b62085 Color Hex

#B62085
(182,32,133)
0 Favorites   0 Comments

Color spaces of #b62085

RGB 18232133
HSL0.890.700.42
HSV320°82°71°
CMYK 0.000.820.27   0.29
XYZ24.041612.671623.3690
Yxy12.67160.40010.2109
Hunter Lab35.597258.2601-14.0049
CIE-Lab42.264265.0732-19.2893

#b62085 color RGB value is (182,32,133).

#b62085 hex color red value is 182, green value is 32 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b62085 hue: 0.89 , saturation: 0.70 and the lightness value of b62085 is 0.42.

The process color (four color CMYK) of #b62085 color hex is 0.00, 0.82, 0.27, 0.29. Web safe color of #b62085 is #cc3399. Color #b62085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 10000101
Octal 266 40 205
Decimal 182 32 133
Hex B6 20 85

RGB Percentages of Color #b62085

%52.45
%9.22
%38.33

CMYK Percentages of Color #b62085

%0
%82
%27
%29

Triadic Colors of #b62085

#b62085 #85b620 #2085b6

Analogous Colors of #b62085

#b62085 #b6203a #9c20b6

Monochromatic Colors of #b62085

#b62085

Complementary Color

#b62085 #20b651

#b62085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62085 Color CSS Codes

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

#b62085 Text Font Color

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

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


#b62085 Background Color

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

This div background color is #b62085


#b62085 Border Color

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

This div border color is #b62085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62085


Comments

No comments written yet.

Please login to write comment.