Color Hex Logo

#b410ce Color Hex

#B410CE
(180,16,206)
0 Favorites   0 Comments

Color spaces of #b410ce

RGB 18016206
HSL0.810.860.44
HSV292°92°81°
CMYK 0.130.920.00   0.19
XYZ30.148314.530159.6081
Yxy14.53010.28910.1393
Hunter Lab38.118474.4708-66.0327
CIE-Lab44.983878.1315-58.4663

#b410ce color RGB value is (180,16,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010000 11001110
Octal 264 20 316
Decimal 180 16 206
Hex B4 10 CE

RGB Percentages of Color #b410ce

%44.78
%3.98
%51.24

CMYK Percentages of Color #b410ce

%13
%92
%0
%19

Triadic Colors of #b410ce

#b410ce #ceb410 #10ceb4

Analogous Colors of #b410ce

#b410ce #ce1089 #5510ce

Monochromatic Colors of #b410ce

#b410ce

Complementary Color

#b410ce #2ace10

#b410ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b410ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b410ce Color CSS Codes

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

#b410ce Text Font Color

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

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


#b410ce Background Color

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

This div background color is #b410ce


#b410ce Border Color

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

This div border color is #b410ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b410ce


Comments

No comments written yet.

Please login to write comment.