Color Hex Logo

#bc45af Color Hex

#BC45AF
(188,69,175)
0 Favorites   0 Comments

Color spaces of #bc45af

RGB 18869175
HSL0.850.470.50
HSV307°63°74°
CMYK 0.000.630.07   0.26
XYZ30.605018.042842.4270
Yxy18.04280.33600.1981
Hunter Lab42.476854.2767-29.4867
CIE-Lab49.548060.1713-33.0662

#bc45af color RGB value is (188,69,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 10101111
Octal 274 105 257
Decimal 188 69 175
Hex BC 45 AF

RGB Percentages of Color #bc45af

%43.52
%15.97
%40.51

CMYK Percentages of Color #bc45af

%0
%63
%7
%26

Triadic Colors of #bc45af

#bc45af #afbc45 #45afbc

Analogous Colors of #bc45af

#bc45af #bc4574 #8e45bc

Monochromatic Colors of #bc45af

#bc45af

Complementary Color

#bc45af #45bc52

#bc45af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc45af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc45af Color CSS Codes

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

#bc45af Text Font Color

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

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


#bc45af Background Color

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

This div background color is #bc45af


#bc45af Border Color

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

This div border color is #bc45af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc45af


Comments

No comments written yet.

Please login to write comment.