Color Hex Logo

#b639dc Color Hex

#B639DC
(182,57,220)
0 Favorites   0 Comments

Color spaces of #b639dc

RGB 18257220
HSL0.790.700.54
HSV286°74°86°
CMYK 0.170.740.00   0.14
XYZ33.672818.038669.4172
Yxy18.03860.27800.1489
Hunter Lab42.471967.1936-67.1749
CIE-Lab49.542971.2814-59.1286

#b639dc color RGB value is (182,57,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111001 11011100
Octal 266 71 334
Decimal 182 57 220
Hex B6 39 DC

RGB Percentages of Color #b639dc

%39.65
%12.42
%47.93

CMYK Percentages of Color #b639dc

%17
%74
%0
%14

Triadic Colors of #b639dc

#b639dc #dcb639 #39dcb6

Analogous Colors of #b639dc

#b639dc #dc39b1 #6539dc

Monochromatic Colors of #b639dc

#b639dc

Complementary Color

#b639dc #5fdc39

#b639dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b639dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b639dc Color CSS Codes

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

#b639dc Text Font Color

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

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


#b639dc Background Color

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

This div background color is #b639dc


#b639dc Border Color

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

This div border color is #b639dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b639dc


Comments

No comments written yet.

Please login to write comment.