Color Hex Logo

#b21eed Color Hex

#B21EED
(178,30,237)
0 Favorites   0 Comments

Color spaces of #b21eed

RGB 17830237
HSL0.790.850.52
HSV283°87°93°
CMYK 0.250.870.00   0.07
XYZ34.110416.507981.5093
Yxy16.50790.25820.1249
Hunter Lab40.629978.7554-90.5031
CIE-Lab47.633981.0358-71.8849

#b21eed color RGB value is (178,30,237).

#b21eed hex color red value is 178, green value is 30 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b21eed hue: 0.79 , saturation: 0.85 and the lightness value of b21eed is 0.52.

The process color (four color CMYK) of #b21eed color hex is 0.25, 0.87, 0.00, 0.07. Web safe color of #b21eed is #9933ff. Color #b21eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011110 11101101
Octal 262 36 355
Decimal 178 30 237
Hex B2 1E ED

RGB Percentages of Color #b21eed

%40.00
%6.74
%53.26

CMYK Percentages of Color #b21eed

%25
%87
%0
%7

Triadic Colors of #b21eed

#b21eed #edb21e #1eedb2

Analogous Colors of #b21eed

#b21eed #ed1ec1 #4a1eed

Monochromatic Colors of #b21eed

#b21eed

Complementary Color

#b21eed #59ed1e

#b21eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21eed Color CSS Codes

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

#b21eed Text Font Color

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

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


#b21eed Background Color

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

This div background color is #b21eed


#b21eed Border Color

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

This div border color is #b21eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21eed


Comments

No comments written yet.

Please login to write comment.