Color Hex Logo

#b064ad Color Hex

#B064AD
(176,100,173)
0 Favorites   0 Comments

Color spaces of #b064ad

RGB 176100173
HSL0.840.320.54
HSV302°43°69°
CMYK 0.000.430.02   0.31
XYZ30.004521.361642.0769
Yxy21.36160.32110.2286
Hunter Lab46.218634.9972-21.6239
CIE-Lab53.343041.5573-26.1202

#b064ad color RGB value is (176,100,173).

#b064ad hex color red value is 176, green value is 100 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b064ad hue: 0.84 , saturation: 0.32 and the lightness value of b064ad is 0.54.

The process color (four color CMYK) of #b064ad color hex is 0.00, 0.43, 0.02, 0.31. Web safe color of #b064ad is #996699. Color #b064ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 10101101
Octal 260 144 255
Decimal 176 100 173
Hex B0 64 AD

RGB Percentages of Color #b064ad

%39.20
%22.27
%38.53

CMYK Percentages of Color #b064ad

%0
%43
%2
%31

Triadic Colors of #b064ad

#b064ad #adb064 #64adb0

Analogous Colors of #b064ad

#b064ad #b06487 #8d64b0

Monochromatic Colors of #b064ad

#b064ad

Complementary Color

#b064ad #64b067

#b064ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b064ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b064ad Color CSS Codes

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

#b064ad Text Font Color

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

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


#b064ad Background Color

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

This div background color is #b064ad


#b064ad Border Color

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

This div border color is #b064ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,100,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b064ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b064ad;
  -webkit-box-shadow: 1px 1px 3px 2px #b064ad;
  box-shadow:         1px 1px 3px 2px #b064ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,100,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b064ad


Comments

No comments written yet.

Please login to write comment.