Color Hex Logo

#b826dd Color Hex

#B826DD
(184,38,221)
0 Favorites   0 Comments

Color spaces of #b826dd

RGB 18438221
HSL0.800.730.51
HSV288°83°87°
CMYK 0.170.830.00   0.13
XYZ33.511416.797069.8825
Yxy16.79700.27880.1398
Hunter Lab40.984174.2314-72.4071
CIE-Lab48.003277.3517-62.1670

#b826dd color RGB value is (184,38,221).

#b826dd hex color red value is 184, green value is 38 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b826dd hue: 0.80 , saturation: 0.73 and the lightness value of b826dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 11011101
Octal 270 46 335
Decimal 184 38 221
Hex B8 26 DD

RGB Percentages of Color #b826dd

%41.53
%8.58
%49.89

CMYK Percentages of Color #b826dd

%17
%83
%0
%13

Triadic Colors of #b826dd

#b826dd #ddb826 #26ddb8

Analogous Colors of #b826dd

#b826dd #dd26a7 #5d26dd

Monochromatic Colors of #b826dd

#b826dd

Complementary Color

#b826dd #4bdd26

#b826dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826dd Color CSS Codes

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

#b826dd Text Font Color

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

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


#b826dd Background Color

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

This div background color is #b826dd


#b826dd Border Color

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

This div border color is #b826dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826dd


Comments

No comments written yet.

Please login to write comment.