Color Hex Logo

#b518dc Color Hex

#B518DC
(181,24,220)
0 Favorites   0 Comments

Color spaces of #b518dc

RGB 18124220
HSL0.800.800.48
HSV288°89°86°
CMYK 0.180.890.00   0.14
XYZ32.301015.644369.0274
Yxy15.64430.27610.1337
Hunter Lab39.552976.5551-75.7855
CIE-Lab46.504379.5075-64.0447

#b518dc color RGB value is (181,24,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011000 11011100
Octal 265 30 334
Decimal 181 24 220
Hex B5 18 DC

RGB Percentages of Color #b518dc

%42.59
%5.65
%51.76

CMYK Percentages of Color #b518dc

%18
%89
%0
%14

Triadic Colors of #b518dc

#b518dc #dcb518 #18dcb5

Analogous Colors of #b518dc

#b518dc #dc18a1 #5318dc

Monochromatic Colors of #b518dc

#b518dc

Complementary Color

#b518dc #3fdc18

#b518dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b518dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b518dc Color CSS Codes

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

#b518dc Text Font Color

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

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


#b518dc Background Color

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

This div background color is #b518dc


#b518dc Border Color

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

This div border color is #b518dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b518dc


Comments

No comments written yet.

Please login to write comment.