Color Hex Logo

#b943dc Color Hex

#B943DC
(185,67,220)
0 Favorites   0 Comments

Color spaces of #b943dc

RGB 18567220
HSL0.800.690.56
HSV286°70°86°
CMYK 0.160.700.00   0.14
XYZ34.933019.495969.6321
Yxy19.49590.28160.1571
Hunter Lab44.154263.9523-62.5937
CIE-Lab51.262468.2293-56.3414

#b943dc color RGB value is (185,67,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000011 11011100
Octal 271 103 334
Decimal 185 67 220
Hex B9 43 DC

RGB Percentages of Color #b943dc

%39.19
%14.19
%46.61

CMYK Percentages of Color #b943dc

%16
%70
%0
%14

Triadic Colors of #b943dc

#b943dc #dcb943 #43dcb9

Analogous Colors of #b943dc

#b943dc #dc43b3 #6d43dc

Monochromatic Colors of #b943dc

#b943dc

Complementary Color

#b943dc #66dc43

#b943dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b943dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b943dc Color CSS Codes

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

#b943dc Text Font Color

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

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


#b943dc Background Color

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

This div background color is #b943dc


#b943dc Border Color

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

This div border color is #b943dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b943dc


Comments

No comments written yet.

Please login to write comment.