Color Hex Logo

#b21cbc Color Hex

#B21CBC
(178,28,188)
0 Favorites   0 Comments

Color spaces of #b21cbc

RGB 17828188
HSL0.820.740.42
HSV296°85°74°
CMYK 0.050.850.00   0.26
XYZ27.852513.926348.7970
Yxy13.92630.30750.1538
Hunter Lab37.318067.9182-51.4051
CIE-Lab44.127172.9391-49.3854

#b21cbc color RGB value is (178,28,188).

#b21cbc hex color red value is 178, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b21cbc hue: 0.82 , saturation: 0.74 and the lightness value of b21cbc is 0.42.

The process color (four color CMYK) of #b21cbc color hex is 0.05, 0.85, 0.00, 0.26. Web safe color of #b21cbc is #9933cc. Color #b21cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011100 10111100
Octal 262 34 274
Decimal 178 28 188
Hex B2 1C BC

RGB Percentages of Color #b21cbc

%45.18
%7.11
%47.72

CMYK Percentages of Color #b21cbc

%5
%85
%0
%26

Triadic Colors of #b21cbc

#b21cbc #bcb21c #1cbcb2

Analogous Colors of #b21cbc

#b21cbc #bc1c76 #621cbc

Monochromatic Colors of #b21cbc

#b21cbc

Complementary Color

#b21cbc #26bc1c

#b21cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21cbc Color CSS Codes

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

#b21cbc Text Font Color

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

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


#b21cbc Background Color

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

This div background color is #b21cbc


#b21cbc Border Color

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

This div border color is #b21cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,28,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b21cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b21cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #b21cbc;
  box-shadow:         1px 1px 3px 2px #b21cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,28,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b21cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21cbc


Comments

No comments written yet.

Please login to write comment.