Color Hex Logo

#b64abf Color Hex

#B64ABF
(182,74,191)
0 Favorites   0 Comments

Color spaces of #b64abf

RGB 18274191
HSL0.820.480.52
HSV295°61°75°
CMYK 0.050.610.00   0.25
XYZ31.144218.604251.2397
Yxy18.60420.30840.1842
Hunter Lab43.132653.4052-40.2412
CIE-Lab50.220959.2717-41.3912

#b64abf color RGB value is (182,74,191).

#b64abf hex color red value is 182, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b64abf hue: 0.82 , saturation: 0.48 and the lightness value of b64abf is 0.52.

The process color (four color CMYK) of #b64abf color hex is 0.05, 0.61, 0.00, 0.25. Web safe color of #b64abf is #cc33cc. Color #b64abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001010 10111111
Octal 266 112 277
Decimal 182 74 191
Hex B6 4A BF

RGB Percentages of Color #b64abf

%40.72
%16.55
%42.73

CMYK Percentages of Color #b64abf

%5
%61
%0
%25

Triadic Colors of #b64abf

#b64abf #bfb64a #4abfb6

Analogous Colors of #b64abf

#b64abf #bf4a8e #7c4abf

Monochromatic Colors of #b64abf

#b64abf

Complementary Color

#b64abf #53bf4a

#b64abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64abf Color CSS Codes

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

#b64abf Text Font Color

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

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


#b64abf Background Color

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

This div background color is #b64abf


#b64abf Border Color

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

This div border color is #b64abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64abf


Comments

No comments written yet.

Please login to write comment.