Color Hex Logo

#b60052 Color Hex

#B60052
(182,0,82)
0 Favorites   0 Comments

Color spaces of #b60052

RGB 182082
HSL0.921.000.36
HSV333°100°71°
CMYK 0.001.000.55   0.29
XYZ20.814410.55438.9228
Yxy10.55430.51660.2619
Hunter Lab32.487457.51066.4569
CIE-Lab38.819465.08767.6448

#b60052 color RGB value is (182,0,82).

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

The process color (four color CMYK) of #b60052 color hex is 0.00, 1.00, 0.55, 0.29. Web safe color of #b60052 is #cc0066. Color #b60052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000000 01010010
Octal 266 0 122
Decimal 182 0 82
Hex B6 0 52

RGB Percentages of Color #b60052

%68.94
%0.00
%31.06

CMYK Percentages of Color #b60052

%0
%100
%55
%29

Triadic Colors of #b60052

#b60052 #52b600 #0052b6

Analogous Colors of #b60052

#b60052 #b60900 #b600ad

Monochromatic Colors of #b60052

#b60052

Complementary Color

#b60052 #00b664

#b60052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60052 Color CSS Codes

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

#b60052 Text Font Color

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

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


#b60052 Background Color

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

This div background color is #b60052


#b60052 Border Color

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

This div border color is #b60052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60052


Comments

No comments written yet.

Please login to write comment.