Color Hex Logo

#b515cd Color Hex

#B515CD
(181,21,205)
0 Favorites   0 Comments

Color spaces of #b515cd

RGB 18121205
HSL0.810.810.44
HSV292°90°80°
CMYK 0.120.900.00   0.20
XYZ30.343714.767959.0088
Yxy14.76790.29140.1418
Hunter Lab38.429073.6935-64.1411
CIE-Lab45.314677.4403-57.3456

#b515cd color RGB value is (181,21,205).

#b515cd hex color red value is 181, green value is 21 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b515cd hue: 0.81 , saturation: 0.81 and the lightness value of b515cd is 0.44.

The process color (four color CMYK) of #b515cd color hex is 0.12, 0.90, 0.00, 0.20. Web safe color of #b515cd is #cc00cc. Color #b515cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010101 11001101
Octal 265 25 315
Decimal 181 21 205
Hex B5 15 CD

RGB Percentages of Color #b515cd

%44.47
%5.16
%50.37

CMYK Percentages of Color #b515cd

%12
%90
%0
%20

Triadic Colors of #b515cd

#b515cd #cdb515 #15cdb5

Analogous Colors of #b515cd

#b515cd #cd1589 #5915cd

Monochromatic Colors of #b515cd

#b515cd

Complementary Color

#b515cd #2dcd15

#b515cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b515cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b515cd Color CSS Codes

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

#b515cd Text Font Color

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

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


#b515cd Background Color

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

This div background color is #b515cd


#b515cd Border Color

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

This div border color is #b515cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b515cd


Comments

No comments written yet.

Please login to write comment.