Color Hex Logo

#b823dd Color Hex

#B823DD
(184,35,221)
0 Favorites   0 Comments

Color spaces of #b823dd

RGB 18435221
HSL0.800.730.50
HSV288°84°87°
CMYK 0.170.840.00   0.13
XYZ33.419316.612969.8518
Yxy16.61290.27880.1386
Hunter Lab40.758975.0287-73.0787
CIE-Lab47.768578.0394-62.5463

#b823dd color RGB value is (184,35,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100011 11011101
Octal 270 43 335
Decimal 184 35 221
Hex B8 23 DD

RGB Percentages of Color #b823dd

%41.82
%7.95
%50.23

CMYK Percentages of Color #b823dd

%17
%84
%0
%13

Triadic Colors of #b823dd

#b823dd #ddb823 #23ddb8

Analogous Colors of #b823dd

#b823dd #dd23a5 #5b23dd

Monochromatic Colors of #b823dd

#b823dd

Complementary Color

#b823dd #48dd23

#b823dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b823dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b823dd Color CSS Codes

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

#b823dd Text Font Color

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

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


#b823dd Background Color

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

This div background color is #b823dd


#b823dd Border Color

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

This div border color is #b823dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b823dd


Comments

No comments written yet.

Please login to write comment.