Color Hex Logo

#b015cf Color Hex

#B015CF
(176,21,207)
0 Favorites   0 Comments

Color spaces of #b015cf

RGB 17621207
HSL0.810.820.45
HSV290°90°81°
CMYK 0.150.900.00   0.19
XYZ29.435114.271460.2347
Yxy14.27140.28320.1373
Hunter Lab37.777572.9712-68.0912
CIE-Lab44.619776.9905-59.6653

#b015cf color RGB value is (176,21,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010101 11001111
Octal 260 25 317
Decimal 176 21 207
Hex B0 15 CF

RGB Percentages of Color #b015cf

%43.56
%5.20
%51.24

CMYK Percentages of Color #b015cf

%15
%90
%0
%19

Triadic Colors of #b015cf

#b015cf #cfb015 #15cfb0

Analogous Colors of #b015cf

#b015cf #cf1591 #5315cf

Monochromatic Colors of #b015cf

#b015cf

Complementary Color

#b015cf #34cf15

#b015cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b015cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b015cf Color CSS Codes

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

#b015cf Text Font Color

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

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


#b015cf Background Color

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

This div background color is #b015cf


#b015cf Border Color

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

This div border color is #b015cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b015cf


Comments

No comments written yet.

Please login to write comment.