Color Hex Logo

#b729dd Color Hex

#B729DD
(183,41,221)
0 Favorites   0 Comments

Color spaces of #b729dd

RGB 18341221
HSL0.800.730.51
HSV287°81°87°
CMYK 0.170.810.00   0.13
XYZ33.372516.873669.9046
Yxy16.87360.27780.1404
Hunter Lab41.077573.1328-72.1439
CIE-Lab48.100476.4443-62.0176

#b729dd color RGB value is (183,41,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101001 11011101
Octal 267 51 335
Decimal 183 41 221
Hex B7 29 DD

RGB Percentages of Color #b729dd

%41.12
%9.21
%49.66

CMYK Percentages of Color #b729dd

%17
%81
%0
%13

Triadic Colors of #b729dd

#b729dd #ddb729 #29ddb7

Analogous Colors of #b729dd

#b729dd #dd29a9 #5d29dd

Monochromatic Colors of #b729dd

#b729dd

Complementary Color

#b729dd #4fdd29

#b729dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b729dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b729dd Color CSS Codes

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

#b729dd Text Font Color

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

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


#b729dd Background Color

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

This div background color is #b729dd


#b729dd Border Color

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

This div border color is #b729dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b729dd


Comments

No comments written yet.

Please login to write comment.