Color Hex Logo

#b21ebc Color Hex

#B21EBC
(178,30,188)
0 Favorites   0 Comments

Color spaces of #b21ebc

RGB 17830188
HSL0.820.720.43
HSV296°84°74°
CMYK 0.050.840.00   0.26
XYZ27.901514.024448.8134
Yxy14.02440.30750.1546
Hunter Lab37.449267.4554-51.0676
CIE-Lab44.267972.5266-49.1597

#b21ebc color RGB value is (178,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011110 10111100
Octal 262 36 274
Decimal 178 30 188
Hex B2 1E BC

RGB Percentages of Color #b21ebc

%44.95
%7.58
%47.47

CMYK Percentages of Color #b21ebc

%5
%84
%0
%26

Triadic Colors of #b21ebc

#b21ebc #bcb21e #1ebcb2

Analogous Colors of #b21ebc

#b21ebc #bc1e77 #631ebc

Monochromatic Colors of #b21ebc

#b21ebc

Complementary Color

#b21ebc #28bc1e

#b21ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21ebc Color CSS Codes

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

#b21ebc Text Font Color

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

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


#b21ebc Background Color

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

This div background color is #b21ebc


#b21ebc Border Color

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

This div border color is #b21ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21ebc


Comments

No comments written yet.

Please login to write comment.