Color Hex Logo

#bc45ad Color Hex

#BC45AD
(188,69,173)
0 Favorites   0 Comments

Color spaces of #bc45ad

RGB 18869173
HSL0.850.470.50
HSV308°63°74°
CMYK 0.000.630.08   0.26
XYZ30.410017.964741.3999
Yxy17.96470.33870.2001
Hunter Lab42.384853.8958-28.2429
CIE-Lab49.453359.8502-32.0411

#bc45ad color RGB value is (188,69,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 10101101
Octal 274 105 255
Decimal 188 69 173
Hex BC 45 AD

RGB Percentages of Color #bc45ad

%43.72
%16.05
%40.23

CMYK Percentages of Color #bc45ad

%0
%63
%8
%26

Triadic Colors of #bc45ad

#bc45ad #adbc45 #45adbc

Analogous Colors of #bc45ad

#bc45ad #bc4572 #9045bc

Monochromatic Colors of #bc45ad

#bc45ad

Complementary Color

#bc45ad #45bc54

#bc45ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc45ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc45ad Color CSS Codes

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

#bc45ad Text Font Color

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

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


#bc45ad Background Color

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

This div background color is #bc45ad


#bc45ad Border Color

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

This div border color is #bc45ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc45ad


Comments

No comments written yet.

Please login to write comment.