Color Hex Logo

#b10cbd Color Hex

#B10CBD
(177,12,189)
0 Favorites   0 Comments

Color spaces of #b10cbd

RGB 17712189
HSL0.820.880.39
HSV296°94°74°
CMYK 0.060.940.00   0.26
XYZ27.448213.284249.2615
Yxy13.28420.30500.1476
Hunter Lab36.447570.6432-54.6216
CIE-Lab43.188475.3703-51.4879

#b10cbd color RGB value is (177,12,189).

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

The process color (four color CMYK) of #b10cbd color hex is 0.06, 0.94, 0.00, 0.26. Web safe color of #b10cbd is #9900cc. Color #b10cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001100 10111101
Octal 261 14 275
Decimal 177 12 189
Hex B1 C BD

RGB Percentages of Color #b10cbd

%46.83
%3.17
%50.00

CMYK Percentages of Color #b10cbd

%6
%94
%0
%26

Triadic Colors of #b10cbd

#b10cbd #bdb10c #0cbdb1

Analogous Colors of #b10cbd

#b10cbd #bd0c71 #580cbd

Monochromatic Colors of #b10cbd

#b10cbd

Complementary Color

#b10cbd #18bd0c

#b10cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10cbd Color CSS Codes

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

#b10cbd Text Font Color

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

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


#b10cbd Background Color

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

This div background color is #b10cbd


#b10cbd Border Color

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

This div border color is #b10cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10cbd


Comments

No comments written yet.

Please login to write comment.