Color Hex Logo

#b643dc Color Hex

#B643DC
(182,67,220)
0 Favorites   0 Comments

Color spaces of #b643dc

RGB 18267220
HSL0.790.690.56
HSV285°70°86°
CMYK 0.170.700.00   0.14
XYZ34.216819.126769.5985
Yxy19.12670.27830.1556
Hunter Lab43.734163.1207-63.7404
CIE-Lab50.835167.6065-57.0504

#b643dc color RGB value is (182,67,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000011 11011100
Octal 266 103 334
Decimal 182 67 220
Hex B6 43 DC

RGB Percentages of Color #b643dc

%38.81
%14.29
%46.91

CMYK Percentages of Color #b643dc

%17
%70
%0
%14

Triadic Colors of #b643dc

#b643dc #dcb643 #43dcb6

Analogous Colors of #b643dc

#b643dc #dc43b6 #6a43dc

Monochromatic Colors of #b643dc

#b643dc

Complementary Color

#b643dc #69dc43

#b643dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b643dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b643dc Color CSS Codes

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

#b643dc Text Font Color

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

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


#b643dc Background Color

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

This div background color is #b643dc


#b643dc Border Color

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

This div border color is #b643dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b643dc


Comments

No comments written yet.

Please login to write comment.