Color Hex Logo

#b6024f Color Hex

#B6024F
(182,2,79)
0 Favorites   0 Comments

Color spaces of #b6024f

RGB 182279
HSL0.930.980.36
HSV334°99°71°
CMYK 0.000.990.57   0.29
XYZ20.724410.55308.3418
Yxy10.55300.52310.2664
Hunter Lab32.485457.02667.5149
CIE-Lab38.817264.66239.5689

#b6024f color RGB value is (182,2,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000010 01001111
Octal 266 2 117
Decimal 182 2 79
Hex B6 2 4F

RGB Percentages of Color #b6024f

%69.20
%0.76
%30.04

CMYK Percentages of Color #b6024f

%0
%99
%57
%29

Triadic Colors of #b6024f

#b6024f #4fb602 #024fb6

Analogous Colors of #b6024f

#b6024f #b60f02 #b602a9

Monochromatic Colors of #b6024f

#b6024f

Complementary Color

#b6024f #02b669

#b6024f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6024f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6024f Color CSS Codes

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

#b6024f Text Font Color

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

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


#b6024f Background Color

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

This div background color is #b6024f


#b6024f Border Color

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

This div border color is #b6024f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6024f


Comments

No comments written yet.

Please login to write comment.