Color Hex Logo

#b940cc Color Hex

#B940CC
(185,64,204)
0 Favorites   0 Comments

Color spaces of #b940cc

RGB 18564204
HSL0.810.580.53
HSV292°69°80°
CMYK 0.090.690.00   0.20
XYZ32.740118.340758.9413
Yxy18.34070.29760.1667
Hunter Lab42.826061.5160-51.6223
CIE-Lab49.906866.4158-49.3660

#b940cc color RGB value is (185,64,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 11001100
Octal 271 100 314
Decimal 185 64 204
Hex B9 40 CC

RGB Percentages of Color #b940cc

%40.84
%14.13
%45.03

CMYK Percentages of Color #b940cc

%9
%69
%0
%20

Triadic Colors of #b940cc

#b940cc #ccb940 #40ccb9

Analogous Colors of #b940cc

#b940cc #cc4099 #7340cc

Monochromatic Colors of #b940cc

#b940cc

Complementary Color

#b940cc #53cc40

#b940cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b940cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b940cc Color CSS Codes

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

#b940cc Text Font Color

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

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


#b940cc Background Color

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

This div background color is #b940cc


#b940cc Border Color

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

This div border color is #b940cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b940cc


Comments

No comments written yet.

Please login to write comment.