Color Hex Logo

#b02cbd Color Hex

#B02CBD
(176,44,189)
0 Favorites   0 Comments

Color spaces of #b02cbd

RGB 17644189
HSL0.820.620.46
HSV295°77°74°
CMYK 0.070.770.00   0.26
XYZ27.990514.705649.5073
Yxy14.70560.30360.1595
Hunter Lab38.347963.1801-49.7002
CIE-Lab45.228368.7399-48.2257

#b02cbd color RGB value is (176,44,189).

#b02cbd hex color red value is 176, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b02cbd hue: 0.82 , saturation: 0.62 and the lightness value of b02cbd is 0.46.

The process color (four color CMYK) of #b02cbd color hex is 0.07, 0.77, 0.00, 0.26. Web safe color of #b02cbd is #9933cc. Color #b02cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101100 10111101
Octal 260 54 275
Decimal 176 44 189
Hex B0 2C BD

RGB Percentages of Color #b02cbd

%43.03
%10.76
%46.21

CMYK Percentages of Color #b02cbd

%7
%77
%0
%26

Triadic Colors of #b02cbd

#b02cbd #bdb02c #2cbdb0

Analogous Colors of #b02cbd

#b02cbd #bd2c82 #682cbd

Monochromatic Colors of #b02cbd

#b02cbd

Complementary Color

#b02cbd #39bd2c

#b02cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02cbd Color CSS Codes

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

#b02cbd Text Font Color

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

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


#b02cbd Background Color

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

This div background color is #b02cbd


#b02cbd Border Color

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

This div border color is #b02cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02cbd


Comments

No comments written yet.

Please login to write comment.