Color Hex Logo

#bc0dae Color Hex

#BC0DAE
(188,13,174)
0 Favorites   0 Comments

Color spaces of #bc0dae

RGB 18813174
HSL0.850.870.39
HSV305°93°74°
CMYK 0.000.930.07   0.26
XYZ28.522914.035241.2501
Yxy14.03520.34030.1675
Hunter Lab37.463670.3397-39.0580
CIE-Lab44.283474.9088-40.7797

#bc0dae color RGB value is (188,13,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001101 10101110
Octal 274 15 256
Decimal 188 13 174
Hex BC D AE

RGB Percentages of Color #bc0dae

%50.13
%3.47
%46.40

CMYK Percentages of Color #bc0dae

%0
%93
%7
%26

Triadic Colors of #bc0dae

#bc0dae #aebc0d #0daebc

Analogous Colors of #bc0dae

#bc0dae #bc0d56 #730dbc

Monochromatic Colors of #bc0dae

#bc0dae

Complementary Color

#bc0dae #0dbc1b

#bc0dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0dae Color CSS Codes

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

#bc0dae Text Font Color

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

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


#bc0dae Background Color

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

This div background color is #bc0dae


#bc0dae Border Color

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

This div border color is #bc0dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0dae


Comments

No comments written yet.

Please login to write comment.