Color Hex Logo

#bc65aa Color Hex

#BC65AA
(188,101,170)
0 Favorites   0 Comments

Color spaces of #bc65aa

RGB 188101170
HSL0.870.390.57
HSV312°46°74°
CMYK 0.000.460.10   0.26
XYZ32.648422.901040.7298
Yxy22.90100.33910.2379
Hunter Lab47.855038.0329-16.9637
CIE-Lab54.970244.2630-21.7431

#bc65aa color RGB value is (188,101,170).

#bc65aa hex color red value is 188, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc65aa hue: 0.87 , saturation: 0.39 and the lightness value of bc65aa is 0.57.

The process color (four color CMYK) of #bc65aa color hex is 0.00, 0.46, 0.10, 0.26. Web safe color of #bc65aa is #cc6699. Color #bc65aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 10101010
Octal 274 145 252
Decimal 188 101 170
Hex BC 65 AA

RGB Percentages of Color #bc65aa

%40.96
%22.00
%37.04

CMYK Percentages of Color #bc65aa

%0
%46
%10
%26

Triadic Colors of #bc65aa

#bc65aa #aabc65 #65aabc

Analogous Colors of #bc65aa

#bc65aa #bc657f #a365bc

Monochromatic Colors of #bc65aa

#bc65aa

Complementary Color

#bc65aa #65bc77

#bc65aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc65aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc65aa Color CSS Codes

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

#bc65aa Text Font Color

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

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


#bc65aa Background Color

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

This div background color is #bc65aa


#bc65aa Border Color

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

This div border color is #bc65aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,101,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc65aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc65aa;
  -webkit-box-shadow: 1px 1px 3px 2px #bc65aa;
  box-shadow:         1px 1px 3px 2px #bc65aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,101,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc65aa


Comments

No comments written yet.

Please login to write comment.