Color Hex Logo

#b505ce Color Hex

#B505CE
(181,5,206)
0 Favorites   0 Comments

Color spaces of #b505ce

RGB 1815206
HSL0.810.950.41
HSV293°98°81°
CMYK 0.120.980.00   0.19
XYZ30.250914.388559.5754
Yxy14.38850.29030.1381
Hunter Lab37.932275.9724-66.5670
CIE-Lab44.785079.3745-58.7790

#b505ce color RGB value is (181,5,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000101 11001110
Octal 265 5 316
Decimal 181 5 206
Hex B5 5 CE

RGB Percentages of Color #b505ce

%46.17
%1.28
%52.55

CMYK Percentages of Color #b505ce

%12
%98
%0
%19

Triadic Colors of #b505ce

#b505ce #ceb505 #05ceb5

Analogous Colors of #b505ce

#b505ce #ce0583 #5105ce

Monochromatic Colors of #b505ce

#b505ce

Complementary Color

#b505ce #1ece05

#b505ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b505ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b505ce Color CSS Codes

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

#b505ce Text Font Color

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

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


#b505ce Background Color

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

This div background color is #b505ce


#b505ce Border Color

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

This div border color is #b505ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b505ce


Comments

No comments written yet.

Please login to write comment.