Color Hex Logo

#b6025f Color Hex

#B6025F
(182,2,95)
0 Favorites   0 Comments

Color spaces of #b6025f

RGB 182295
HSL0.910.980.36
HSV329°99°71°
CMYK 0.000.990.48   0.29
XYZ21.378710.814711.7871
Yxy10.81470.48610.2459
Hunter Lab32.885758.49121.7689
CIE-Lab39.266665.8594-0.0316

#b6025f color RGB value is (182,2,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000010 01011111
Octal 266 2 137
Decimal 182 2 95
Hex B6 2 5F

RGB Percentages of Color #b6025f

%65.23
%0.72
%34.05

CMYK Percentages of Color #b6025f

%0
%99
%48
%29

Triadic Colors of #b6025f

#b6025f #5fb602 #025fb6

Analogous Colors of #b6025f

#b6025f #b60205 #b302b6

Monochromatic Colors of #b6025f

#b6025f

Complementary Color

#b6025f #02b659

#b6025f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6025f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6025f Color CSS Codes

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

#b6025f Text Font Color

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

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


#b6025f Background Color

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

This div background color is #b6025f


#b6025f Border Color

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

This div border color is #b6025f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6025f


Comments

No comments written yet.

Please login to write comment.