Color Hex Logo

#b415ce Color Hex

#B415CE
(180,21,206)
0 Favorites   0 Comments

Color spaces of #b415ce

RGB 18021206
HSL0.810.810.45
HSV292°90°81°
CMYK 0.130.900.00   0.19
XYZ30.231114.695959.6357
Yxy14.69590.28910.1405
Hunter Lab38.335273.6781-65.3990
CIE-Lab45.214877.4473-58.0931

#b415ce color RGB value is (180,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010101 11001110
Octal 264 25 316
Decimal 180 21 206
Hex B4 15 CE

RGB Percentages of Color #b415ce

%44.23
%5.16
%50.61

CMYK Percentages of Color #b415ce

%13
%90
%0
%19

Triadic Colors of #b415ce

#b415ce #ceb415 #15ceb4

Analogous Colors of #b415ce

#b415ce #ce158c #5815ce

Monochromatic Colors of #b415ce

#b415ce

Complementary Color

#b415ce #2fce15

#b415ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b415ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b415ce Color CSS Codes

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

#b415ce Text Font Color

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

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


#b415ce Background Color

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

This div background color is #b415ce


#b415ce Border Color

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

This div border color is #b415ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b415ce


Comments

No comments written yet.

Please login to write comment.