Color Hex Logo

#b10ecc Color Hex

#B10ECC
(177,14,204)
0 Favorites   0 Comments

Color spaces of #b10ecc

RGB 17714204
HSL0.810.870.43
HSV291°93°80°
CMYK 0.130.930.00   0.20
XYZ29.187614.020858.2947
Yxy14.02080.28760.1381
Hunter Lab37.444473.6118-66.0937
CIE-Lab44.262777.5781-58.4988

#b10ecc color RGB value is (177,14,204).

#b10ecc hex color red value is 177, green value is 14 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b10ecc hue: 0.81 , saturation: 0.87 and the lightness value of b10ecc is 0.43.

The process color (four color CMYK) of #b10ecc color hex is 0.13, 0.93, 0.00, 0.20. Web safe color of #b10ecc is #9900cc. Color #b10ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001110 11001100
Octal 261 16 314
Decimal 177 14 204
Hex B1 E CC

RGB Percentages of Color #b10ecc

%44.81
%3.54
%51.65

CMYK Percentages of Color #b10ecc

%13
%93
%0
%20

Triadic Colors of #b10ecc

#b10ecc #ccb10e #0eccb1

Analogous Colors of #b10ecc

#b10ecc #cc0e88 #520ecc

Monochromatic Colors of #b10ecc

#b10ecc

Complementary Color

#b10ecc #29cc0e

#b10ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10ecc Color CSS Codes

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

#b10ecc Text Font Color

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

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


#b10ecc Background Color

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

This div background color is #b10ecc


#b10ecc Border Color

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

This div border color is #b10ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,14,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10ecc


Comments

No comments written yet.

Please login to write comment.