Color Hex Logo

#b30cbd Color Hex

#B30CBD
(179,12,189)
0 Favorites   0 Comments

Color spaces of #b30cbd

RGB 17912189
HSL0.820.880.39
HSV297°94°74°
CMYK 0.050.940.00   0.26
XYZ27.907213.520849.2830
Yxy13.52080.30760.1491
Hunter Lab36.770671.1245-53.7258
CIE-Lab43.537775.6966-50.9079

#b30cbd color RGB value is (179,12,189).

#b30cbd hex color red value is 179, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b30cbd hue: 0.82 , saturation: 0.88 and the lightness value of b30cbd is 0.39.

The process color (four color CMYK) of #b30cbd color hex is 0.05, 0.94, 0.00, 0.26. Web safe color of #b30cbd is #cc00cc. Color #b30cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001100 10111101
Octal 263 14 275
Decimal 179 12 189
Hex B3 C BD

RGB Percentages of Color #b30cbd

%47.11
%3.16
%49.74

CMYK Percentages of Color #b30cbd

%5
%94
%0
%26

Triadic Colors of #b30cbd

#b30cbd #bdb30c #0cbdb3

Analogous Colors of #b30cbd

#b30cbd #bd0c6f #5a0cbd

Monochromatic Colors of #b30cbd

#b30cbd

Complementary Color

#b30cbd #16bd0c

#b30cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30cbd Color CSS Codes

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

#b30cbd Text Font Color

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

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


#b30cbd Background Color

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

This div background color is #b30cbd


#b30cbd Border Color

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

This div border color is #b30cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30cbd


Comments

No comments written yet.

Please login to write comment.