Color Hex Logo

#b639af Color Hex

#B639AF
(182,57,175)
0 Favorites   0 Comments

Color spaces of #b639af

RGB 18257175
HSL0.840.520.47
HSV303°69°71°
CMYK 0.000.690.04   0.29
XYZ28.492415.966542.1376
Yxy15.96650.32900.1844
Hunter Lab39.958157.3540-34.5533
CIE-Lab46.930563.3794-37.2462

#b639af color RGB value is (182,57,175).

#b639af hex color red value is 182, green value is 57 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b639af hue: 0.84 , saturation: 0.52 and the lightness value of b639af is 0.47.

The process color (four color CMYK) of #b639af color hex is 0.00, 0.69, 0.04, 0.29. Web safe color of #b639af is #cc3399. Color #b639af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111001 10101111
Octal 266 71 257
Decimal 182 57 175
Hex B6 39 AF

RGB Percentages of Color #b639af

%43.96
%13.77
%42.27

CMYK Percentages of Color #b639af

%0
%69
%4
%29

Triadic Colors of #b639af

#b639af #afb639 #39afb6

Analogous Colors of #b639af

#b639af #b63971 #7f39b6

Monochromatic Colors of #b639af

#b639af

Complementary Color

#b639af #39b640

#b639af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b639af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b639af Color CSS Codes

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

#b639af Text Font Color

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

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


#b639af Background Color

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

This div background color is #b639af


#b639af Border Color

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

This div border color is #b639af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,57,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b639af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b639af


Comments

No comments written yet.

Please login to write comment.