Color Hex Logo

#bc37ad Color Hex

#BC37AD
(188,55,173)
0 Favorites   0 Comments

Color spaces of #bc37ad

RGB 18855173
HSL0.850.550.48
HSV307°71°74°
CMYK 0.000.710.08   0.26
XYZ29.648116.440941.1459
Yxy16.44090.33990.1885
Hunter Lab40.547459.5607-31.7820
CIE-Lab47.547765.1836-35.0296

#bc37ad color RGB value is (188,55,173).

#bc37ad hex color red value is 188, green value is 55 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc37ad hue: 0.85 , saturation: 0.55 and the lightness value of bc37ad is 0.48.

The process color (four color CMYK) of #bc37ad color hex is 0.00, 0.71, 0.08, 0.26. Web safe color of #bc37ad is #cc3399. Color #bc37ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110111 10101101
Octal 274 67 255
Decimal 188 55 173
Hex BC 37 AD

RGB Percentages of Color #bc37ad

%45.19
%13.22
%41.59

CMYK Percentages of Color #bc37ad

%0
%71
%8
%26

Triadic Colors of #bc37ad

#bc37ad #adbc37 #37adbc

Analogous Colors of #bc37ad

#bc37ad #bc376b #8937bc

Monochromatic Colors of #bc37ad

#bc37ad

Complementary Color

#bc37ad #37bc46

#bc37ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc37ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc37ad Color CSS Codes

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

#bc37ad Text Font Color

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

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


#bc37ad Background Color

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

This div background color is #bc37ad


#bc37ad Border Color

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

This div border color is #bc37ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc37ad


Comments

No comments written yet.

Please login to write comment.