Color Hex Logo

#bc4baf Color Hex

#BC4BAF
(188,75,175)
0 Favorites   0 Comments

Color spaces of #bc4baf

RGB 18875175
HSL0.850.460.52
HSV307°60°74°
CMYK 0.000.600.07   0.26
XYZ30.993018.818742.5563
Yxy18.81870.33550.2037
Hunter Lab43.380551.6125-27.7971
CIE-Lab50.474457.6202-31.6172

#bc4baf color RGB value is (188,75,175).

#bc4baf hex color red value is 188, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc4baf hue: 0.85 , saturation: 0.46 and the lightness value of bc4baf is 0.52.

The process color (four color CMYK) of #bc4baf color hex is 0.00, 0.60, 0.07, 0.26. Web safe color of #bc4baf is #cc3399. Color #bc4baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001011 10101111
Octal 274 113 257
Decimal 188 75 175
Hex BC 4B AF

RGB Percentages of Color #bc4baf

%42.92
%17.12
%39.95

CMYK Percentages of Color #bc4baf

%0
%60
%7
%26

Triadic Colors of #bc4baf

#bc4baf #afbc4b #4bafbc

Analogous Colors of #bc4baf

#bc4baf #bc4b77 #914bbc

Monochromatic Colors of #bc4baf

#bc4baf

Complementary Color

#bc4baf #4bbc58

#bc4baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4baf Color CSS Codes

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

#bc4baf Text Font Color

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

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


#bc4baf Background Color

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

This div background color is #bc4baf


#bc4baf Border Color

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

This div border color is #bc4baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4baf


Comments

No comments written yet.

Please login to write comment.