Color Hex Logo

#bc01ae Color Hex

#BC01AE
(188,1,174)
0 Favorites   0 Comments

Color spaces of #bc01ae

RGB 1881174
HSL0.850.990.37
HSV304°99°74°
CMYK 0.000.990.07   0.26
XYZ28.389913.769141.2058
Yxy13.76910.34060.1652
Hunter Lab37.106771.6313-39.8649
CIE-Lab43.900076.0403-41.3890

#bc01ae color RGB value is (188,1,174).

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

The process color (four color CMYK) of #bc01ae color hex is 0.00, 0.99, 0.07, 0.26. Web safe color of #bc01ae is #cc0099. Color #bc01ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000001 10101110
Octal 274 1 256
Decimal 188 1 174
Hex BC 1 AE

RGB Percentages of Color #bc01ae

%51.79
%0.28
%47.93

CMYK Percentages of Color #bc01ae

%0
%99
%7
%26

Triadic Colors of #bc01ae

#bc01ae #aebc01 #01aebc

Analogous Colors of #bc01ae

#bc01ae #bc0150 #6d01bc

Monochromatic Colors of #bc01ae

#bc01ae

Complementary Color

#bc01ae #01bc0f

#bc01ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc01ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc01ae Color CSS Codes

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

#bc01ae Text Font Color

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

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


#bc01ae Background Color

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

This div background color is #bc01ae


#bc01ae Border Color

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

This div border color is #bc01ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc01ae


Comments

No comments written yet.

Please login to write comment.