Color Hex Logo

#b21edd Color Hex

#B21EDD
(178,30,221)
0 Favorites   0 Comments

Color spaces of #b21edd

RGB 17830221
HSL0.800.760.49
HSV286°86°87°
CMYK 0.190.860.00   0.13
XYZ31.875515.614069.7404
Yxy15.61400.27190.1332
Hunter Lab39.514674.8415-76.9825
CIE-Lab46.463978.1427-64.7039

#b21edd color RGB value is (178,30,221).

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

The process color (four color CMYK) of #b21edd color hex is 0.19, 0.86, 0.00, 0.13. Web safe color of #b21edd is #9933cc. Color #b21edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011110 11011101
Octal 262 36 335
Decimal 178 30 221
Hex B2 1E DD

RGB Percentages of Color #b21edd

%41.49
%6.99
%51.52

CMYK Percentages of Color #b21edd

%19
%86
%0
%13

Triadic Colors of #b21edd

#b21edd #ddb21e #1eddb2

Analogous Colors of #b21edd

#b21edd #dd1ea9 #521edd

Monochromatic Colors of #b21edd

#b21edd

Complementary Color

#b21edd #49dd1e

#b21edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21edd Color CSS Codes

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

#b21edd Text Font Color

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

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


#b21edd Background Color

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

This div background color is #b21edd


#b21edd Border Color

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

This div border color is #b21edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21edd


Comments

No comments written yet.

Please login to write comment.