Color Hex Logo

#b821de Color Hex

#B821DE
(184,33,222)
0 Favorites   0 Comments

Color spaces of #b821de

RGB 18433222
HSL0.800.740.50
HSV288°85°87°
CMYK 0.170.850.00   0.13
XYZ33.495816.552070.5367
Yxy16.55200.27780.1373
Hunter Lab40.684175.7642-74.3159
CIE-Lab47.690578.6447-63.2428

#b821de color RGB value is (184,33,222).

#b821de hex color red value is 184, green value is 33 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b821de hue: 0.80 , saturation: 0.74 and the lightness value of b821de is 0.50.

The process color (four color CMYK) of #b821de color hex is 0.17, 0.85, 0.00, 0.13. Web safe color of #b821de is #cc33cc. Color #b821de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100001 11011110
Octal 270 41 336
Decimal 184 33 222
Hex B8 21 DE

RGB Percentages of Color #b821de

%41.91
%7.52
%50.57

CMYK Percentages of Color #b821de

%17
%85
%0
%13

Triadic Colors of #b821de

#b821de #deb821 #21deb8

Analogous Colors of #b821de

#b821de #de21a6 #5921de

Monochromatic Colors of #b821de

#b821de

Complementary Color

#b821de #47de21

#b821de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b821de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b821de Color CSS Codes

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

#b821de Text Font Color

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

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


#b821de Background Color

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

This div background color is #b821de


#b821de Border Color

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

This div border color is #b821de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,33,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b821de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b821de;
  -webkit-box-shadow: 1px 1px 3px 2px #b821de;
  box-shadow:         1px 1px 3px 2px #b821de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,33,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b821de


Comments

No comments written yet.

Please login to write comment.