Color Hex Logo

#bc6085 Color Hex

#BC6085
(188,96,133)
0 Favorites   0 Comments

Color spaces of #bc6085

RGB 18896133
HSL0.930.410.56
HSV336°49°74°
CMYK 0.000.490.29   0.26
XYZ29.155520.750624.6589
Yxy20.75060.39100.2783
Hunter Lab45.552834.5292-0.2082
CIE-Lab52.675541.1927-3.5027

#bc6085 color RGB value is (188,96,133).

#bc6085 hex color red value is 188, green value is 96 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bc6085 hue: 0.93 , saturation: 0.41 and the lightness value of bc6085 is 0.56.

The process color (four color CMYK) of #bc6085 color hex is 0.00, 0.49, 0.29, 0.26. Web safe color of #bc6085 is #cc6699. Color #bc6085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 10000101
Octal 274 140 205
Decimal 188 96 133
Hex BC 60 85

RGB Percentages of Color #bc6085

%45.08
%23.02
%31.89

CMYK Percentages of Color #bc6085

%0
%49
%29
%26

Triadic Colors of #bc6085

#bc6085 #85bc60 #6085bc

Analogous Colors of #bc6085

#bc6085 #bc6960 #bc60b3

Monochromatic Colors of #bc6085

#bc6085

Complementary Color

#bc6085 #60bc97

#bc6085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6085 Color CSS Codes

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

#bc6085 Text Font Color

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

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


#bc6085 Background Color

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

This div background color is #bc6085


#bc6085 Border Color

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

This div border color is #bc6085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6085


Comments

No comments written yet.

Please login to write comment.