Color Hex Logo

#b015ce Color Hex

#B015CE
(176,21,206)
0 Favorites   0 Comments

Color spaces of #b015ce

RGB 17621206
HSL0.810.810.45
HSV290°90°81°
CMYK 0.150.900.00   0.19
XYZ29.313214.222759.5928
Yxy14.22270.28420.1379
Hunter Lab37.713072.7450-67.2890
CIE-Lab44.550676.8204-59.1991

#b015ce color RGB value is (176,21,206).

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

The process color (four color CMYK) of #b015ce color hex is 0.15, 0.90, 0.00, 0.19. Web safe color of #b015ce is #9900cc. Color #b015ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010101 11001110
Octal 260 25 316
Decimal 176 21 206
Hex B0 15 CE

RGB Percentages of Color #b015ce

%43.67
%5.21
%51.12

CMYK Percentages of Color #b015ce

%15
%90
%0
%19

Triadic Colors of #b015ce

#b015ce #ceb015 #15ceb0

Analogous Colors of #b015ce

#b015ce #ce1590 #5415ce

Monochromatic Colors of #b015ce

#b015ce

Complementary Color

#b015ce #33ce15

#b015ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b015ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b015ce Color CSS Codes

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

#b015ce Text Font Color

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

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


#b015ce Background Color

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

This div background color is #b015ce


#b015ce Border Color

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

This div border color is #b015ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b015ce


Comments

No comments written yet.

Please login to write comment.