Color Hex Logo

#b727dd Color Hex

#B727DD
(183,39,221)
0 Favorites   0 Comments

Color spaces of #b727dd

RGB 18339221
HSL0.800.730.51
HSV287°82°87°
CMYK 0.170.820.00   0.13
XYZ33.305116.738869.8821
Yxy16.73880.27770.1396
Hunter Lab40.913173.7092-72.6319
CIE-Lab47.929276.9443-62.2942

#b727dd color RGB value is (183,39,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100111 11011101
Octal 267 47 335
Decimal 183 39 221
Hex B7 27 DD

RGB Percentages of Color #b727dd

%41.31
%8.80
%49.89

CMYK Percentages of Color #b727dd

%17
%82
%0
%13

Triadic Colors of #b727dd

#b727dd #ddb727 #27ddb7

Analogous Colors of #b727dd

#b727dd #dd27a8 #5c27dd

Monochromatic Colors of #b727dd

#b727dd

Complementary Color

#b727dd #4ddd27

#b727dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b727dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b727dd Color CSS Codes

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

#b727dd Text Font Color

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

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


#b727dd Background Color

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

This div background color is #b727dd


#b727dd Border Color

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

This div border color is #b727dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b727dd


Comments

No comments written yet.

Please login to write comment.