Color Hex Logo

#bc6eae Color Hex

#BC6EAE
(188,110,174)
0 Favorites   0 Comments

Color spaces of #bc6eae

RGB 188110174
HSL0.860.370.58
HSV311°41°74°
CMYK 0.000.410.07   0.26
XYZ33.954924.899243.0608
Yxy24.89920.33320.2443
Hunter Lab49.899134.1407-16.2354
CIE-Lab56.977140.2227-20.9813

#bc6eae color RGB value is (188,110,174).

#bc6eae hex color red value is 188, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bc6eae hue: 0.86 , saturation: 0.37 and the lightness value of bc6eae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101110 10101110
Octal 274 156 256
Decimal 188 110 174
Hex BC 6E AE

RGB Percentages of Color #bc6eae

%39.83
%23.31
%36.86

CMYK Percentages of Color #bc6eae

%0
%41
%7
%26

Triadic Colors of #bc6eae

#bc6eae #aebc6e #6eaebc

Analogous Colors of #bc6eae

#bc6eae #bc6e87 #a36ebc

Monochromatic Colors of #bc6eae

#bc6eae

Complementary Color

#bc6eae #6ebc7c

#bc6eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6eae Color CSS Codes

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

#bc6eae Text Font Color

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

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


#bc6eae Background Color

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

This div background color is #bc6eae


#bc6eae Border Color

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

This div border color is #bc6eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6eae


Comments

No comments written yet.

Please login to write comment.