color codes Logo

#b934dd color codes

#B934DD
(185,52,221)
0 Favorites   0 Comments

Color spaces of #b934dd

RGB 18552221
HSL0.800.710.54
HSV287°76°87°
CMYK 0.160.760.00   0.13
XYZ34.286717.990770.0721
Yxy17.99070.28020.1470
Hunter Lab42.415470.0642-68.2588
CIE-Lab49.484873.6688-59.7684

#b934dd color RGB value is (185,52,221).

#b934dd hex color red value is 185, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b934dd hue: 0.80 , saturation: 0.71 and the lightness value of b934dd is 0.54.

The process color (four color CMYK) of #b934dd color code is 0.16, 0.76, 0.00, 0.13. Web safe color of #b934dd is #cc33cc. Color #b934dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 11011101
Octal 271 64 335
Decimal 185 52 221
Hex B9 34 DD

RGB Percentages of Color #b934dd

%40.39
%11.35
%48.25

CMYK Percentages of Color #b934dd

%16
%76
%0
%13

Triadic Colors of #b934dd

#b934dd #ddb934 #34ddb9

Analogous Colors of #b934dd

#b934dd #dd34ad #6534dd

Monochromatic Colors of #b934dd

#b934dd

Complementary Color

#b934dd #58dd34

#b934dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b934dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b934dd Color CSS Codes

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

#b934dd Text Font Color

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

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


#b934dd Background Color

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

This div background color is #b934dd


#b934dd Border Color

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

This div border color is #b934dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b934dd


Comments

No comments written yet.

Please login to write comment.