Color Hex Logo

#b505bc Color Hex

#B505BC
(181,5,188)
0 Favorites   0 Comments

Color spaces of #b505bc

RGB 1815188
HSL0.830.950.38
HSV298°97°74°
CMYK 0.040.970.00   0.26
XYZ28.187413.563148.7093
Yxy13.56310.31160.1499
Hunter Lab36.828172.1706-52.6380
CIE-Lab43.599776.5378-50.2028

#b505bc color RGB value is (181,5,188).

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

The process color (four color CMYK) of #b505bc color hex is 0.04, 0.97, 0.00, 0.26. Web safe color of #b505bc is #cc00cc. Color #b505bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000101 10111100
Octal 265 5 274
Decimal 181 5 188
Hex B5 5 BC

RGB Percentages of Color #b505bc

%48.40
%1.34
%50.27

CMYK Percentages of Color #b505bc

%4
%97
%0
%26

Triadic Colors of #b505bc

#b505bc #bcb505 #05bcb5

Analogous Colors of #b505bc

#b505bc #bc0568 #5a05bc

Monochromatic Colors of #b505bc

#b505bc

Complementary Color

#b505bc #0cbc05

#b505bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b505bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b505bc Color CSS Codes

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

#b505bc Text Font Color

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

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


#b505bc Background Color

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

This div background color is #b505bc


#b505bc Border Color

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

This div border color is #b505bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b505bc


Comments

No comments written yet.

Please login to write comment.