Color Hex Logo

#bc2bae Color Hex

#BC2BAE
(188,43,174)
0 Favorites   0 Comments

Color spaces of #bc2bae

RGB 18843174
HSL0.850.630.45
HSV306°77°74°
CMYK 0.000.770.07   0.26
XYZ29.242915.475141.4901
Yxy15.47510.33920.1795
Hunter Lab39.338463.8489-34.9961
CIE-Lab46.278269.1039-37.6206

#bc2bae color RGB value is (188,43,174).

#bc2bae hex color red value is 188, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bc2bae hue: 0.85 , saturation: 0.63 and the lightness value of bc2bae is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101011 10101110
Octal 274 53 256
Decimal 188 43 174
Hex BC 2B AE

RGB Percentages of Color #bc2bae

%46.42
%10.62
%42.96

CMYK Percentages of Color #bc2bae

%0
%77
%7
%26

Triadic Colors of #bc2bae

#bc2bae #aebc2b #2baebc

Analogous Colors of #bc2bae

#bc2bae #bc2b66 #822bbc

Monochromatic Colors of #bc2bae

#bc2bae

Complementary Color

#bc2bae #2bbc39

#bc2bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2bae Color CSS Codes

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

#bc2bae Text Font Color

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

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


#bc2bae Background Color

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

This div background color is #bc2bae


#bc2bae Border Color

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

This div border color is #bc2bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2bae


Comments

No comments written yet.

Please login to write comment.