Color Hex Logo

#b513ce Color Hex

#B513CE
(181,19,206)
0 Favorites   0 Comments

Color spaces of #b513ce

RGB 18119206
HSL0.810.830.44
HSV292°91°81°
CMYK 0.120.910.00   0.19
XYZ30.429514.745759.6349
Yxy14.74570.29030.1407
Hunter Lab38.400174.2489-65.1965
CIE-Lab45.283977.8946-57.9733

#b513ce color RGB value is (181,19,206).

#b513ce hex color red value is 181, green value is 19 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b513ce hue: 0.81 , saturation: 0.83 and the lightness value of b513ce is 0.44.

The process color (four color CMYK) of #b513ce color hex is 0.12, 0.91, 0.00, 0.19. Web safe color of #b513ce is #cc00cc. Color #b513ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010011 11001110
Octal 265 23 316
Decimal 181 19 206
Hex B5 13 CE

RGB Percentages of Color #b513ce

%44.58
%4.68
%50.74

CMYK Percentages of Color #b513ce

%12
%91
%0
%19

Triadic Colors of #b513ce

#b513ce #ceb513 #13ceb5

Analogous Colors of #b513ce

#b513ce #ce138a #5813ce

Monochromatic Colors of #b513ce

#b513ce

Complementary Color

#b513ce #2cce13

#b513ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b513ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b513ce Color CSS Codes

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

#b513ce Text Font Color

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

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


#b513ce Background Color

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

This div background color is #b513ce


#b513ce Border Color

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

This div border color is #b513ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,19,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b513ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b513ce;
  -webkit-box-shadow: 1px 1px 3px 2px #b513ce;
  box-shadow:         1px 1px 3px 2px #b513ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,19,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b513ce


Comments

No comments written yet.

Please login to write comment.