Color Hex Logo

#b503d5 Color Hex

#B503D5
(181,3,213)
0 Favorites   0 Comments

Color spaces of #b503d5

RGB 1813213
HSL0.810.970.42
HSV291°99°84°
CMYK 0.150.990.00   0.16
XYZ31.098914.693064.1477
Yxy14.69300.28290.1336
Hunter Lab38.331477.7398-72.3898
CIE-Lab45.210880.6997-62.1270

#b503d5 color RGB value is (181,3,213).

#b503d5 hex color red value is 181, green value is 3 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b503d5 hue: 0.81 , saturation: 0.97 and the lightness value of b503d5 is 0.42.

The process color (four color CMYK) of #b503d5 color hex is 0.15, 0.99, 0.00, 0.16. Web safe color of #b503d5 is #cc00cc. Color #b503d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000011 11010101
Octal 265 3 325
Decimal 181 3 213
Hex B5 3 D5

RGB Percentages of Color #b503d5

%45.59
%0.76
%53.65

CMYK Percentages of Color #b503d5

%15
%99
%0
%16

Triadic Colors of #b503d5

#b503d5 #d5b503 #03d5b5

Analogous Colors of #b503d5

#b503d5 #d5038c #4c03d5

Monochromatic Colors of #b503d5

#b503d5

Complementary Color

#b503d5 #23d503

#b503d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b503d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b503d5 Color CSS Codes

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

#b503d5 Text Font Color

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

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


#b503d5 Background Color

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

This div background color is #b503d5


#b503d5 Border Color

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

This div border color is #b503d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b503d5


Comments

No comments written yet.

Please login to write comment.