Color Hex Logo

#b02769 Color Hex

#B02769
(176,39,105)
0 Favorites   0 Comments

Color spaces of #b02769

RGB 17639105
HSL0.920.640.42
HSV331°78°69°
CMYK 0.000.780.40   0.31
XYZ21.179811.701114.5068
Yxy11.70110.44690.2469
Hunter Lab34.206950.6595-1.1995
CIE-Lab40.737158.5752-4.3264

#b02769 color RGB value is (176,39,105).

#b02769 hex color red value is 176, green value is 39 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b02769 hue: 0.92 , saturation: 0.64 and the lightness value of b02769 is 0.42.

The process color (four color CMYK) of #b02769 color hex is 0.00, 0.78, 0.40, 0.31. Web safe color of #b02769 is #993366. Color #b02769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100111 01101001
Octal 260 47 151
Decimal 176 39 105
Hex B0 27 69

RGB Percentages of Color #b02769

%55.00
%12.19
%32.81

CMYK Percentages of Color #b02769

%0
%78
%40
%31

Triadic Colors of #b02769

#b02769 #69b027 #2769b0

Analogous Colors of #b02769

#b02769 #b02a27 #b027ae

Monochromatic Colors of #b02769

#b02769

Complementary Color

#b02769 #27b06e

#b02769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02769 Color CSS Codes

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

#b02769 Text Font Color

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

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


#b02769 Background Color

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

This div background color is #b02769


#b02769 Border Color

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

This div border color is #b02769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02769


Comments

No comments written yet.

Please login to write comment.