Color Hex Logo

#b60375 Color Hex

#B60375
(182,3,117)
0 Favorites   0 Comments

Color spaces of #b60375

RGB 1823117
HSL0.890.970.36
HSV322°98°71°
CMYK 0.000.980.36   0.29
XYZ22.534911.294617.8220
Yxy11.29460.43630.2187
Hunter Lab33.607460.8771-7.9162
CIE-Lab40.072367.7724-12.7265

#b60375 color RGB value is (182,3,117).

#b60375 hex color red value is 182, green value is 3 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b60375 hue: 0.89 , saturation: 0.97 and the lightness value of b60375 is 0.36.

The process color (four color CMYK) of #b60375 color hex is 0.00, 0.98, 0.36, 0.29. Web safe color of #b60375 is #cc0066. Color #b60375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000011 01110101
Octal 266 3 165
Decimal 182 3 117
Hex B6 3 75

RGB Percentages of Color #b60375

%60.26
%0.99
%38.74

CMYK Percentages of Color #b60375

%0
%98
%36
%29

Triadic Colors of #b60375

#b60375 #75b603 #0375b6

Analogous Colors of #b60375

#b60375 #b6031c #9e03b6

Monochromatic Colors of #b60375

#b60375

Complementary Color

#b60375 #03b644

#b60375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60375 Color CSS Codes

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

#b60375 Text Font Color

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

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


#b60375 Background Color

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

This div background color is #b60375


#b60375 Border Color

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

This div border color is #b60375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60375


Comments

No comments written yet.

Please login to write comment.