Color Hex Logo

#b13dcc Color Hex

#B13DCC
(177,61,204)
0 Favorites   0 Comments

Color spaces of #b13dcc

RGB 17761204
HSL0.800.580.52
HSV289°70°80°
CMYK 0.130.700.00   0.20
XYZ30.699317.044258.7986
Yxy17.04420.28810.1600
Hunter Lab41.284660.4848-55.5431
CIE-Lab48.315765.8346-51.9776

#b13dcc color RGB value is (177,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111101 11001100
Octal 261 75 314
Decimal 177 61 204
Hex B1 3D CC

RGB Percentages of Color #b13dcc

%40.05
%13.80
%46.15

CMYK Percentages of Color #b13dcc

%13
%70
%0
%20

Triadic Colors of #b13dcc

#b13dcc #ccb13d #3dccb1

Analogous Colors of #b13dcc

#b13dcc #cc3da0 #6a3dcc

Monochromatic Colors of #b13dcc

#b13dcc

Complementary Color

#b13dcc #58cc3d

#b13dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13dcc Color CSS Codes

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

#b13dcc Text Font Color

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

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


#b13dcc Background Color

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

This div background color is #b13dcc


#b13dcc Border Color

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

This div border color is #b13dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13dcc


Comments

No comments written yet.

Please login to write comment.