Color Hex Logo

#b514dc Color Hex

#B514DC
(181,20,220)
0 Favorites   0 Comments

Color spaces of #b514dc

RGB 18120220
HSL0.800.830.47
HSV288°91°86°
CMYK 0.180.910.00   0.14
XYZ32.224515.491469.0019
Yxy15.49140.27610.1327
Hunter Lab39.359177.2649-76.3921
CIE-Lab46.300080.1124-64.3758

#b514dc color RGB value is (181,20,220).

#b514dc hex color red value is 181, green value is 20 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b514dc hue: 0.80 , saturation: 0.83 and the lightness value of b514dc is 0.47.

The process color (four color CMYK) of #b514dc color hex is 0.18, 0.91, 0.00, 0.14. Web safe color of #b514dc is #cc00cc. Color #b514dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 11011100
Octal 265 24 334
Decimal 181 20 220
Hex B5 14 DC

RGB Percentages of Color #b514dc

%42.99
%4.75
%52.26

CMYK Percentages of Color #b514dc

%18
%91
%0
%14

Triadic Colors of #b514dc

#b514dc #dcb514 #14dcb5

Analogous Colors of #b514dc

#b514dc #dc149f #5114dc

Monochromatic Colors of #b514dc

#b514dc

Complementary Color

#b514dc #3bdc14

#b514dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b514dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b514dc Color CSS Codes

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

#b514dc Text Font Color

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

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


#b514dc Background Color

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

This div background color is #b514dc


#b514dc Border Color

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

This div border color is #b514dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b514dc


Comments

No comments written yet.

Please login to write comment.