Color Hex Logo

#bc70af Color Hex

#BC70AF
(188,112,175)
0 Favorites   0 Comments

Color spaces of #bc70af

RGB 188112175
HSL0.860.360.59
HSV310°40°74°
CMYK 0.000.400.07   0.26
XYZ34.271125.374943.6490
Yxy25.37490.33180.2457
Hunter Lab50.373533.2870-16.1138
CIE-Lab57.438939.3300-20.8505

#bc70af color RGB value is (188,112,175).

#bc70af hex color red value is 188, green value is 112 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc70af hue: 0.86 , saturation: 0.36 and the lightness value of bc70af is 0.59.

The process color (four color CMYK) of #bc70af color hex is 0.00, 0.40, 0.07, 0.26. Web safe color of #bc70af is #cc6699. Color #bc70af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 10101111
Octal 274 160 257
Decimal 188 112 175
Hex BC 70 AF

RGB Percentages of Color #bc70af

%39.58
%23.58
%36.84

CMYK Percentages of Color #bc70af

%0
%40
%7
%26

Triadic Colors of #bc70af

#bc70af #afbc70 #70afbc

Analogous Colors of #bc70af

#bc70af #bc7089 #a370bc

Monochromatic Colors of #bc70af

#bc70af

Complementary Color

#bc70af #70bc7d

#bc70af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc70af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc70af Color CSS Codes

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

#bc70af Text Font Color

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

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


#bc70af Background Color

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

This div background color is #bc70af


#bc70af Border Color

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

This div border color is #bc70af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc70af


Comments

No comments written yet.

Please login to write comment.