Color Hex Logo

#b02965 Color Hex

#B02965
(176,41,101)
0 Favorites   0 Comments

Color spaces of #b02965

RGB 17641101
HSL0.930.620.43
HSV333°77°69°
CMYK 0.000.770.43   0.31
XYZ21.046411.755613.4717
Yxy11.75560.45480.2540
Hunter Lab34.286449.56920.7045
CIE-Lab40.825057.5584-1.6850

#b02965 color RGB value is (176,41,101).

#b02965 hex color red value is 176, green value is 41 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b02965 hue: 0.93 , saturation: 0.62 and the lightness value of b02965 is 0.43.

The process color (four color CMYK) of #b02965 color hex is 0.00, 0.77, 0.43, 0.31. Web safe color of #b02965 is #993366. Color #b02965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101001 01100101
Octal 260 51 145
Decimal 176 41 101
Hex B0 29 65

RGB Percentages of Color #b02965

%55.35
%12.89
%31.76

CMYK Percentages of Color #b02965

%0
%77
%43
%31

Triadic Colors of #b02965

#b02965 #65b029 #2965b0

Analogous Colors of #b02965

#b02965 #b03129 #b029a9

Monochromatic Colors of #b02965

#b02965

Complementary Color

#b02965 #29b074

#b02965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02965 Color CSS Codes

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

#b02965 Text Font Color

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

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


#b02965 Background Color

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

This div background color is #b02965


#b02965 Border Color

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

This div border color is #b02965


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,41,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b02965; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b02965;
  -webkit-box-shadow: 1px 1px 3px 2px #b02965;
  box-shadow:         1px 1px 3px 2px #b02965; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02965


Comments

No comments written yet.

Please login to write comment.