Color Hex Logo

#b13bcf Color Hex

#B13BCF
(177,59,207)
0 Favorites   0 Comments

Color spaces of #b13bcf

RGB 17759207
HSL0.800.610.52
HSV288°71°81°
CMYK 0.140.710.00   0.19
XYZ30.957916.980060.6773
Yxy16.98000.28500.1563
Hunter Lab41.206861.9918-58.4602
CIE-Lab48.234867.1436-53.8335

#b13bcf color RGB value is (177,59,207).

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

The process color (four color CMYK) of #b13bcf color hex is 0.14, 0.71, 0.00, 0.19. Web safe color of #b13bcf is #9933cc. Color #b13bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 11001111
Octal 261 73 317
Decimal 177 59 207
Hex B1 3B CF

RGB Percentages of Color #b13bcf

%39.95
%13.32
%46.73

CMYK Percentages of Color #b13bcf

%14
%71
%0
%19

Triadic Colors of #b13bcf

#b13bcf #cfb13b #3bcfb1

Analogous Colors of #b13bcf

#b13bcf #cf3ba3 #673bcf

Monochromatic Colors of #b13bcf

#b13bcf

Complementary Color

#b13bcf #59cf3b

#b13bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13bcf Color CSS Codes

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

#b13bcf Text Font Color

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

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


#b13bcf Background Color

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

This div background color is #b13bcf


#b13bcf Border Color

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

This div border color is #b13bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13bcf


Comments

No comments written yet.

Please login to write comment.