Color Hex Logo

#bc75cc Color Hex

#BC75CC
(188,117,204)
0 Favorites   0 Comments

Color spaces of #bc75cc

RGB 188117204
HSL0.800.460.63
HSV289°43°80°
CMYK 0.080.430.00   0.20
XYZ37.999427.773660.4848
Yxy27.77360.30100.2200
Hunter Lab52.700736.4799-31.1569
CIE-Lab59.683642.1179-33.9199

#bc75cc color RGB value is (188,117,204).

#bc75cc hex color red value is 188, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc75cc hue: 0.80 , saturation: 0.46 and the lightness value of bc75cc is 0.63.

The process color (four color CMYK) of #bc75cc color hex is 0.08, 0.43, 0.00, 0.20. Web safe color of #bc75cc is #cc66cc. Color #bc75cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 11001100
Octal 274 165 314
Decimal 188 117 204
Hex BC 75 CC

RGB Percentages of Color #bc75cc

%36.94
%22.99
%40.08

CMYK Percentages of Color #bc75cc

%8
%43
%0
%20

Triadic Colors of #bc75cc

#bc75cc #ccbc75 #75ccbc

Analogous Colors of #bc75cc

#bc75cc #cc75b1 #9175cc

Monochromatic Colors of #bc75cc

#bc75cc

Complementary Color

#bc75cc #85cc75

#bc75cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc75cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc75cc Color CSS Codes

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

#bc75cc Text Font Color

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

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


#bc75cc Background Color

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

This div background color is #bc75cc


#bc75cc Border Color

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

This div border color is #bc75cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc75cc


Comments

No comments written yet.

Please login to write comment.