Color Hex Logo

#b503df Color Hex

#B503DF
(181,3,223)
0 Favorites   0 Comments

Color spaces of #b503df

RGB 1813223
HSL0.800.970.44
HSV289°99°87°
CMYK 0.190.990.00   0.13
XYZ32.407915.216671.0410
Yxy15.21660.27310.1282
Hunter Lab39.008580.0315-80.6712
CIE-Lab45.929482.3699-66.6905

#b503df color RGB value is (181,3,223).

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

The process color (four color CMYK) of #b503df color hex is 0.19, 0.99, 0.00, 0.13. Web safe color of #b503df is #cc00cc. Color #b503df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000011 11011111
Octal 265 3 337
Decimal 181 3 223
Hex B5 3 DF

RGB Percentages of Color #b503df

%44.47
%0.74
%54.79

CMYK Percentages of Color #b503df

%19
%99
%0
%13

Triadic Colors of #b503df

#b503df #dfb503 #03dfb5

Analogous Colors of #b503df

#b503df #df039b #4703df

Monochromatic Colors of #b503df

#b503df

Complementary Color

#b503df #2ddf03

#b503df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b503df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b503df Color CSS Codes

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

#b503df Text Font Color

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

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


#b503df Background Color

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

This div background color is #b503df


#b503df Border Color

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

This div border color is #b503df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b503df


Comments

No comments written yet.

Please login to write comment.