Color Hex Logo

#b942dc Color Hex

#B942DC
(185,66,220)
0 Favorites   0 Comments

Color spaces of #b942dc

RGB 18566220
HSL0.800.690.56
HSV286°70°86°
CMYK 0.160.700.00   0.14
XYZ34.874119.378069.6124
Yxy19.37800.28160.1564
Hunter Lab44.020464.3764-62.9448
CIE-Lab51.126568.6135-56.5594

#b942dc color RGB value is (185,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000010 11011100
Octal 271 102 334
Decimal 185 66 220
Hex B9 42 DC

RGB Percentages of Color #b942dc

%39.28
%14.01
%46.71

CMYK Percentages of Color #b942dc

%16
%70
%0
%14

Triadic Colors of #b942dc

#b942dc #dcb942 #42dcb9

Analogous Colors of #b942dc

#b942dc #dc42b2 #6c42dc

Monochromatic Colors of #b942dc

#b942dc

Complementary Color

#b942dc #65dc42

#b942dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b942dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b942dc Color CSS Codes

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

#b942dc Text Font Color

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

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


#b942dc Background Color

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

This div background color is #b942dc


#b942dc Border Color

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

This div border color is #b942dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b942dc


Comments

No comments written yet.

Please login to write comment.