Color Hex Logo

#b13ecc Color Hex

#B13ECC
(177,62,204)
0 Favorites   0 Comments

Color spaces of #b13ecc

RGB 17762204
HSL0.800.580.52
HSV289°70°80°
CMYK 0.130.700.00   0.20
XYZ30.753217.152058.8165
Yxy17.15200.28820.1607
Hunter Lab41.415060.0712-55.2117
CIE-Lab48.451065.4520-51.7608

#b13ecc color RGB value is (177,62,204).

#b13ecc hex color red value is 177, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b13ecc hue: 0.80 , saturation: 0.58 and the lightness value of b13ecc is 0.52.

The process color (four color CMYK) of #b13ecc color hex is 0.13, 0.70, 0.00, 0.20. Web safe color of #b13ecc is #9933cc. Color #b13ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111110 11001100
Octal 261 76 314
Decimal 177 62 204
Hex B1 3E CC

RGB Percentages of Color #b13ecc

%39.95
%14.00
%46.05

CMYK Percentages of Color #b13ecc

%13
%70
%0
%20

Triadic Colors of #b13ecc

#b13ecc #ccb13e #3eccb1

Analogous Colors of #b13ecc

#b13ecc #cc3ea0 #6a3ecc

Monochromatic Colors of #b13ecc

#b13ecc

Complementary Color

#b13ecc #59cc3e

#b13ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13ecc Color CSS Codes

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

#b13ecc Text Font Color

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

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


#b13ecc Background Color

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

This div background color is #b13ecc


#b13ecc Border Color

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

This div border color is #b13ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13ecc


Comments

No comments written yet.

Please login to write comment.