Color Hex Logo

#b510ce Color Hex

#B510CE
(181,16,206)
0 Favorites   0 Comments

Color spaces of #b510ce

RGB 18116206
HSL0.810.860.44
HSV292°92°81°
CMYK 0.120.920.00   0.19
XYZ30.381914.650659.6191
Yxy14.65060.29030.1400
Hunter Lab38.276174.7023-65.5572
CIE-Lab45.151978.2853-58.1865

#b510ce color RGB value is (181,16,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010000 11001110
Octal 265 20 316
Decimal 181 16 206
Hex B5 10 CE

RGB Percentages of Color #b510ce

%44.91
%3.97
%51.12

CMYK Percentages of Color #b510ce

%12
%92
%0
%19

Triadic Colors of #b510ce

#b510ce #ceb510 #10ceb5

Analogous Colors of #b510ce

#b510ce #ce1088 #5610ce

Monochromatic Colors of #b510ce

#b510ce

Complementary Color

#b510ce #29ce10

#b510ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b510ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b510ce Color CSS Codes

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

#b510ce Text Font Color

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

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


#b510ce Background Color

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

This div background color is #b510ce


#b510ce Border Color

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

This div border color is #b510ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b510ce


Comments

No comments written yet.

Please login to write comment.