Color Hex Logo

#b064cf Color Hex

#B064CF
(176,100,207)
0 Favorites   0 Comments

Color spaces of #b064cf

RGB 176100207
HSL0.790.530.60
HSV283°52°81°
CMYK 0.150.520.00   0.19
XYZ33.724222.849461.6644
Yxy22.84940.28520.1932
Hunter Lab47.801042.2820-43.0247
CIE-Lab54.916948.2976-43.2004

#b064cf color RGB value is (176,100,207).

#b064cf hex color red value is 176, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b064cf hue: 0.79 , saturation: 0.53 and the lightness value of b064cf is 0.60.

The process color (four color CMYK) of #b064cf color hex is 0.15, 0.52, 0.00, 0.19. Web safe color of #b064cf is #9966cc. Color #b064cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 11001111
Octal 260 144 317
Decimal 176 100 207
Hex B0 64 CF

RGB Percentages of Color #b064cf

%36.44
%20.70
%42.86

CMYK Percentages of Color #b064cf

%15
%52
%0
%19

Triadic Colors of #b064cf

#b064cf #cfb064 #64cfb0

Analogous Colors of #b064cf

#b064cf #cf64b9 #7b64cf

Monochromatic Colors of #b064cf

#b064cf

Complementary Color

#b064cf #83cf64

#b064cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b064cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b064cf Color CSS Codes

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

#b064cf Text Font Color

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

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


#b064cf Background Color

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

This div background color is #b064cf


#b064cf Border Color

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

This div border color is #b064cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b064cf


Comments

No comments written yet.

Please login to write comment.