Color Hex Logo

#b211dd Color Hex

#B211DD
(178,17,221)
0 Favorites   0 Comments

Color spaces of #b211dd

RGB 17817221
HSL0.800.860.47
HSV287°92°87°
CMYK 0.190.920.00   0.13
XYZ31.611715.086369.6524
Yxy15.08630.27170.1297
Hunter Lab38.841177.3044-79.1340
CIE-Lab45.752280.2497-65.8585

#b211dd color RGB value is (178,17,221).

#b211dd hex color red value is 178, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b211dd hue: 0.80 , saturation: 0.86 and the lightness value of b211dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010001 11011101
Octal 262 21 335
Decimal 178 17 221
Hex B2 11 DD

RGB Percentages of Color #b211dd

%42.79
%4.09
%53.13

CMYK Percentages of Color #b211dd

%19
%92
%0
%13

Triadic Colors of #b211dd

#b211dd #ddb211 #11ddb2

Analogous Colors of #b211dd

#b211dd #dd11a2 #4c11dd

Monochromatic Colors of #b211dd

#b211dd

Complementary Color

#b211dd #3cdd11

#b211dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b211dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b211dd Color CSS Codes

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

#b211dd Text Font Color

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

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


#b211dd Background Color

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

This div background color is #b211dd


#b211dd Border Color

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

This div border color is #b211dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b211dd


Comments

No comments written yet.

Please login to write comment.