Color Hex Logo

#b422ce Color Hex

#B422CE
(180,34,206)
0 Favorites   0 Comments

Color spaces of #b422ce

RGB 18034206
HSL0.810.720.47
HSV291°83°81°
CMYK 0.130.830.00   0.19
XYZ30.535015.303659.7370
Yxy15.30360.28920.1450
Hunter Lab39.119870.8686-63.1535
CIE-Lab46.047274.9992-56.7505

#b422ce color RGB value is (180,34,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100010 11001110
Octal 264 42 316
Decimal 180 34 206
Hex B4 22 CE

RGB Percentages of Color #b422ce

%42.86
%8.10
%49.05

CMYK Percentages of Color #b422ce

%13
%83
%0
%19

Triadic Colors of #b422ce

#b422ce #ceb422 #22ceb4

Analogous Colors of #b422ce

#b422ce #ce2292 #5e22ce

Monochromatic Colors of #b422ce

#b422ce

Complementary Color

#b422ce #3cce22

#b422ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b422ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b422ce Color CSS Codes

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

#b422ce Text Font Color

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

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


#b422ce Background Color

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

This div background color is #b422ce


#b422ce Border Color

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

This div border color is #b422ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b422ce


Comments

No comments written yet.

Please login to write comment.