Color Hex Logo

#b933dc Color Hex

#B933DC
(185,51,220)
0 Favorites   0 Comments

Color spaces of #b933dc

RGB 18551220
HSL0.800.710.53
HSV288°77°86°
CMYK 0.160.770.00   0.14
XYZ34.109717.849269.3576
Yxy17.84920.28120.1471
Hunter Lab42.248370.1796-67.7605
CIE-Lab49.312773.7972-59.4762

#b933dc color RGB value is (185,51,220).

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

The process color (four color CMYK) of #b933dc color hex is 0.16, 0.77, 0.00, 0.14. Web safe color of #b933dc is #cc33cc. Color #b933dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110011 11011100
Octal 271 63 334
Decimal 185 51 220
Hex B9 33 DC

RGB Percentages of Color #b933dc

%40.57
%11.18
%48.25

CMYK Percentages of Color #b933dc

%16
%77
%0
%14

Triadic Colors of #b933dc

#b933dc #dcb933 #33dcb9

Analogous Colors of #b933dc

#b933dc #dc33ab #6533dc

Monochromatic Colors of #b933dc

#b933dc

Complementary Color

#b933dc #56dc33

#b933dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b933dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b933dc Color CSS Codes

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

#b933dc Text Font Color

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

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


#b933dc Background Color

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

This div background color is #b933dc


#b933dc Border Color

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

This div border color is #b933dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,51,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b933dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b933dc


Comments

No comments written yet.

Please login to write comment.