color codes Logo

#b6075f color codes

#B6075F
(182,7,95)
0 Favorites   0 Comments

Color spaces of #b6075f

RGB 182795
HSL0.920.930.37
HSV330°96°71°
CMYK 0.000.960.48   0.29
XYZ21.432910.923311.8052
Yxy10.92330.48530.2473
Hunter Lab33.050457.91741.9576
CIE-Lab39.451065.32140.2375

#b6075f color RGB value is (182,7,95).

#b6075f hex color red value is 182, green value is 7 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b6075f hue: 0.92 , saturation: 0.93 and the lightness value of b6075f is 0.37.

The process color (four color CMYK) of #b6075f color code is 0.00, 0.96, 0.48, 0.29. Web safe color of #b6075f is #cc0066. Color #b6075f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000111 01011111
Octal 266 7 137
Decimal 182 7 95
Hex B6 7 5F

RGB Percentages of Color #b6075f

%64.08
%2.46
%33.45

CMYK Percentages of Color #b6075f

%0
%96
%48
%29

Triadic Colors of #b6075f

#b6075f #5fb607 #075fb6

Analogous Colors of #b6075f

#b6075f #b60707 #b607b6

Monochromatic Colors of #b6075f

#b6075f

Complementary Color

#b6075f #07b65e

#b6075f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6075f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6075f Color CSS Codes

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

#b6075f Text Font Color

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

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


#b6075f Background Color

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

This div background color is #b6075f


#b6075f Border Color

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

This div border color is #b6075f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,7,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 #b6075f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6075f


Comments

No comments written yet.

Please login to write comment.