Color Hex Logo

#b715ce Color Hex

#B715CE
(183,21,206)
0 Favorites   0 Comments

Color spaces of #b715ce

RGB 18321206
HSL0.810.810.45
HSV293°90°81°
CMYK 0.110.900.00   0.19
XYZ30.937215.059859.6688
Yxy15.05980.29280.1425
Hunter Lab38.807074.3894-63.9982
CIE-Lab45.716077.9240-57.2593

#b715ce color RGB value is (183,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010101 11001110
Octal 267 25 316
Decimal 183 21 206
Hex B7 15 CE

RGB Percentages of Color #b715ce

%44.63
%5.12
%50.24

CMYK Percentages of Color #b715ce

%11
%90
%0
%19

Triadic Colors of #b715ce

#b715ce #ceb715 #15ceb7

Analogous Colors of #b715ce

#b715ce #ce1589 #5b15ce

Monochromatic Colors of #b715ce

#b715ce

Complementary Color

#b715ce #2cce15

#b715ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b715ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b715ce Color CSS Codes

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

#b715ce Text Font Color

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

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


#b715ce Background Color

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

This div background color is #b715ce


#b715ce Border Color

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

This div border color is #b715ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b715ce


Comments

No comments written yet.

Please login to write comment.