Color Hex Logo

#b6025c Color Hex

#B6025C
(182,2,92)
0 Favorites   0 Comments

Color spaces of #b6025c

RGB 182292
HSL0.920.980.36
HSV330°99°71°
CMYK 0.000.990.49   0.29
XYZ21.244910.761211.0826
Yxy10.76120.49310.2497
Hunter Lab32.804358.19382.9324
CIE-Lab39.175365.61711.7492

#b6025c color RGB value is (182,2,92).

#b6025c hex color red value is 182, green value is 2 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b6025c hue: 0.92 , saturation: 0.98 and the lightness value of b6025c is 0.36.

The process color (four color CMYK) of #b6025c color hex is 0.00, 0.99, 0.49, 0.29. Web safe color of #b6025c is #cc0066. Color #b6025c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000010 01011100
Octal 266 2 134
Decimal 182 2 92
Hex B6 2 5C

RGB Percentages of Color #b6025c

%65.94
%0.72
%33.33

CMYK Percentages of Color #b6025c

%0
%99
%49
%29

Triadic Colors of #b6025c

#b6025c #5cb602 #025cb6

Analogous Colors of #b6025c

#b6025c #b60202 #b602b6

Monochromatic Colors of #b6025c

#b6025c

Complementary Color

#b6025c #02b65c

#b6025c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6025c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6025c Color CSS Codes

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

#b6025c Text Font Color

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

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


#b6025c Background Color

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

This div background color is #b6025c


#b6025c Border Color

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

This div border color is #b6025c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6025c


Comments

No comments written yet.

Please login to write comment.