Color Hex Logo

#b421ce Color Hex

#B421CE
(180,33,206)
0 Favorites   0 Comments

Color spaces of #b421ce

RGB 18033206
HSL0.810.720.47
HSV291°84°81°
CMYK 0.130.840.00   0.19
XYZ30.506815.247259.7276
Yxy15.24720.28920.1445
Hunter Lab39.047771.1234-63.3571
CIE-Lab45.970975.2227-56.8735

#b421ce color RGB value is (180,33,206).

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

The process color (four color CMYK) of #b421ce color hex is 0.13, 0.84, 0.00, 0.19. Web safe color of #b421ce is #cc33cc. Color #b421ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 11001110
Octal 264 41 316
Decimal 180 33 206
Hex B4 21 CE

RGB Percentages of Color #b421ce

%42.96
%7.88
%49.16

CMYK Percentages of Color #b421ce

%13
%84
%0
%19

Triadic Colors of #b421ce

#b421ce #ceb421 #21ceb4

Analogous Colors of #b421ce

#b421ce #ce2192 #5d21ce

Monochromatic Colors of #b421ce

#b421ce

Complementary Color

#b421ce #3bce21

#b421ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b421ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b421ce Color CSS Codes

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

#b421ce Text Font Color

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

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


#b421ce Background Color

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

This div background color is #b421ce


#b421ce Border Color

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

This div border color is #b421ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b421ce


Comments

No comments written yet.

Please login to write comment.