Color Hex Logo

#b02878 Color Hex

#B02878
(176,40,120)
0 Favorites   0 Comments

Color spaces of #b02878

RGB 17640120
HSL0.900.630.42
HSV325°77°69°
CMYK 0.000.770.32   0.31
XYZ22.053512.103818.9432
Yxy12.10380.41530.2279
Hunter Lab34.790552.2667-7.9296
CIE-Lab41.380659.9135-12.7185

#b02878 color RGB value is (176,40,120).

#b02878 hex color red value is 176, green value is 40 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b02878 hue: 0.90 , saturation: 0.63 and the lightness value of b02878 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101000 01111000
Octal 260 50 170
Decimal 176 40 120
Hex B0 28 78

RGB Percentages of Color #b02878

%52.38
%11.90
%35.71

CMYK Percentages of Color #b02878

%0
%77
%32
%31

Triadic Colors of #b02878

#b02878 #78b028 #2878b0

Analogous Colors of #b02878

#b02878 #b02834 #a428b0

Monochromatic Colors of #b02878

#b02878

Complementary Color

#b02878 #28b060

#b02878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02878 Color CSS Codes

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

#b02878 Text Font Color

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

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


#b02878 Background Color

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

This div background color is #b02878


#b02878 Border Color

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

This div border color is #b02878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02878


Comments

No comments written yet.

Please login to write comment.