Color Hex Logo

#b915ce Color Hex

#B915CE
(185,21,206)
0 Favorites   0 Comments

Color spaces of #b915ce

RGB 18521206
HSL0.810.810.45
HSV293°90°81°
CMYK 0.100.900.00   0.19
XYZ31.416315.306859.6912
Yxy15.30680.29520.1438
Hunter Lab39.123974.8678-63.0718
CIE-Lab46.051678.2439-56.7012

#b915ce color RGB value is (185,21,206).

#b915ce hex color red value is 185, green value is 21 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b915ce hue: 0.81 , saturation: 0.81 and the lightness value of b915ce is 0.45.

The process color (four color CMYK) of #b915ce color hex is 0.10, 0.90, 0.00, 0.19. Web safe color of #b915ce is #cc00cc. Color #b915ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010101 11001110
Octal 271 25 316
Decimal 185 21 206
Hex B9 15 CE

RGB Percentages of Color #b915ce

%44.90
%5.10
%50.00

CMYK Percentages of Color #b915ce

%10
%90
%0
%19

Triadic Colors of #b915ce

#b915ce #ceb915 #15ceb9

Analogous Colors of #b915ce

#b915ce #ce1587 #5d15ce

Monochromatic Colors of #b915ce

#b915ce

Complementary Color

#b915ce #2ace15

#b915ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b915ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b915ce Color CSS Codes

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

#b915ce Text Font Color

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

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


#b915ce Background Color

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

This div background color is #b915ce


#b915ce Border Color

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

This div border color is #b915ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b915ce


Comments

No comments written yet.

Please login to write comment.