Color Hex Logo

#b064cd Color Hex

#B064CD
(176,100,205)
0 Favorites   0 Comments

Color spaces of #b064cd

RGB 176100205
HSL0.790.510.60
HSV283°51°80°
CMYK 0.140.510.00   0.20
XYZ33.481122.752260.3846
Yxy22.75220.28710.1951
Hunter Lab47.699341.8191-41.6683
CIE-Lab54.816247.8791-42.2212

#b064cd color RGB value is (176,100,205).

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

The process color (four color CMYK) of #b064cd color hex is 0.14, 0.51, 0.00, 0.20. Web safe color of #b064cd is #9966cc. Color #b064cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 11001101
Octal 260 144 315
Decimal 176 100 205
Hex B0 64 CD

RGB Percentages of Color #b064cd

%36.59
%20.79
%42.62

CMYK Percentages of Color #b064cd

%14
%51
%0
%20

Triadic Colors of #b064cd

#b064cd #cdb064 #64cdb0

Analogous Colors of #b064cd

#b064cd #cd64b6 #7c64cd

Monochromatic Colors of #b064cd

#b064cd

Complementary Color

#b064cd #81cd64

#b064cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b064cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b064cd Color CSS Codes

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

#b064cd Text Font Color

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

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


#b064cd Background Color

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

This div background color is #b064cd


#b064cd Border Color

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

This div border color is #b064cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b064cd


Comments

No comments written yet.

Please login to write comment.