Color Hex Logo

#b60058 Color Hex

#B60058
(182,0,88)
0 Favorites   0 Comments

Color spaces of #b60058

RGB 182088
HSL0.921.000.36
HSV331°100°71°
CMYK 0.001.000.52   0.29
XYZ21.052910.649710.1785
Yxy10.64970.50270.2543
Hunter Lab32.633958.04544.3512
CIE-Lab38.984165.52454.0311

#b60058 color RGB value is (182,0,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000000 01011000
Octal 266 0 130
Decimal 182 0 88
Hex B6 0 58

RGB Percentages of Color #b60058

%67.41
%0.00
%32.59

CMYK Percentages of Color #b60058

%0
%100
%52
%29

Triadic Colors of #b60058

#b60058 #58b600 #0058b6

Analogous Colors of #b60058

#b60058 #b60300 #b600b3

Monochromatic Colors of #b60058

#b60058

Complementary Color

#b60058 #00b65e

#b60058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60058 Color CSS Codes

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

#b60058 Text Font Color

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

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


#b60058 Background Color

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

This div background color is #b60058


#b60058 Border Color

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

This div border color is #b60058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60058


Comments

No comments written yet.

Please login to write comment.