Color Hex Logo

#bc4aaf Color Hex

#BC4AAF
(188,74,175)
0 Favorites   0 Comments

Color spaces of #bc4aaf

RGB 18874175
HSL0.850.460.51
HSV307°61°74°
CMYK 0.000.610.07   0.26
XYZ30.925718.684142.5339
Yxy18.68410.33560.2028
Hunter Lab43.225152.0651-28.0843
CIE-Lab50.315658.0557-31.8654

#bc4aaf color RGB value is (188,74,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 10101111
Octal 274 112 257
Decimal 188 74 175
Hex BC 4A AF

RGB Percentages of Color #bc4aaf

%43.02
%16.93
%40.05

CMYK Percentages of Color #bc4aaf

%0
%61
%7
%26

Triadic Colors of #bc4aaf

#bc4aaf #afbc4a #4aafbc

Analogous Colors of #bc4aaf

#bc4aaf #bc4a76 #904abc

Monochromatic Colors of #bc4aaf

#bc4aaf

Complementary Color

#bc4aaf #4abc57

#bc4aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4aaf Color CSS Codes

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

#bc4aaf Text Font Color

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

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


#bc4aaf Background Color

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

This div background color is #bc4aaf


#bc4aaf Border Color

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

This div border color is #bc4aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4aaf


Comments

No comments written yet.

Please login to write comment.