Color Hex Logo

#b934cc Color Hex

#B934CC
(185,52,204)
0 Favorites   0 Comments

Color spaces of #b934cc

RGB 18552204
HSL0.810.600.50
HSV293°75°80°
CMYK 0.090.750.00   0.20
XYZ32.134717.129958.7395
Yxy17.12990.29750.1586
Hunter Lab41.388366.1615-55.1744
CIE-Lab48.423370.6362-51.7375

#b934cc color RGB value is (185,52,204).

#b934cc hex color red value is 185, green value is 52 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b934cc hue: 0.81 , saturation: 0.60 and the lightness value of b934cc is 0.50.

The process color (four color CMYK) of #b934cc color hex is 0.09, 0.75, 0.00, 0.20. Web safe color of #b934cc is #cc33cc. Color #b934cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 11001100
Octal 271 64 314
Decimal 185 52 204
Hex B9 34 CC

RGB Percentages of Color #b934cc

%41.95
%11.79
%46.26

CMYK Percentages of Color #b934cc

%9
%75
%0
%20

Triadic Colors of #b934cc

#b934cc #ccb934 #34ccb9

Analogous Colors of #b934cc

#b934cc #cc3493 #6d34cc

Monochromatic Colors of #b934cc

#b934cc

Complementary Color

#b934cc #47cc34

#b934cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b934cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b934cc Color CSS Codes

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

#b934cc Text Font Color

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

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


#b934cc Background Color

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

This div background color is #b934cc


#b934cc Border Color

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

This div border color is #b934cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b934cc


Comments

No comments written yet.

Please login to write comment.