Color Hex Logo

#bc75aa Color Hex

#BC75AA
(188,117,170)
0 Favorites   0 Comments

Color spaces of #bc75aa

RGB 188117170
HSL0.880.350.60
HSV315°38°74°
CMYK 0.000.380.10   0.26
XYZ34.356026.316241.2990
Yxy26.31620.33690.2581
Hunter Lab51.299329.7706-11.8225
CIE-Lab58.336035.7569-16.6083

#bc75aa color RGB value is (188,117,170).

#bc75aa hex color red value is 188, green value is 117 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc75aa hue: 0.88 , saturation: 0.35 and the lightness value of bc75aa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 10101010
Octal 274 165 252
Decimal 188 117 170
Hex BC 75 AA

RGB Percentages of Color #bc75aa

%39.58
%24.63
%35.79

CMYK Percentages of Color #bc75aa

%0
%38
%10
%26

Triadic Colors of #bc75aa

#bc75aa #aabc75 #75aabc

Analogous Colors of #bc75aa

#bc75aa #bc7587 #ab75bc

Monochromatic Colors of #bc75aa

#bc75aa

Complementary Color

#bc75aa #75bc87

#bc75aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc75aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc75aa Color CSS Codes

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

#bc75aa Text Font Color

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

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


#bc75aa Background Color

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

This div background color is #bc75aa


#bc75aa Border Color

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

This div border color is #bc75aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,117,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 #bc75aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc75aa


Comments

No comments written yet.

Please login to write comment.