Color Hex Logo

#bd0ace Color Hex

#BD0ACE
(189,10,206)
0 Favorites   0 Comments

Color spaces of #bd0ace

RGB 18910206
HSL0.820.910.42
HSV295°95°81°
CMYK 0.080.950.00   0.19
XYZ32.235415.492159.6838
Yxy15.49210.30010.1442
Hunter Lab39.360077.3095-62.3528
CIE-Lab46.301080.1477-56.2645

#bd0ace color RGB value is (189,10,206).

#bd0ace hex color red value is 189, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd0ace hue: 0.82 , saturation: 0.91 and the lightness value of bd0ace is 0.42.

The process color (four color CMYK) of #bd0ace color hex is 0.08, 0.95, 0.00, 0.19. Web safe color of #bd0ace is #cc00cc. Color #bd0ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001010 11001110
Octal 275 12 316
Decimal 189 10 206
Hex BD A CE

RGB Percentages of Color #bd0ace

%46.67
%2.47
%50.86

CMYK Percentages of Color #bd0ace

%8
%95
%0
%19

Triadic Colors of #bd0ace

#bd0ace #cebd0a #0acebd

Analogous Colors of #bd0ace

#bd0ace #ce0a7d #5b0ace

Monochromatic Colors of #bd0ace

#bd0ace

Complementary Color

#bd0ace #1bce0a

#bd0ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0ace Color CSS Codes

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

#bd0ace Text Font Color

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

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


#bd0ace Background Color

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

This div background color is #bd0ace


#bd0ace Border Color

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

This div border color is #bd0ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,10,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd0ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd0ace;
  -webkit-box-shadow: 1px 1px 3px 2px #bd0ace;
  box-shadow:         1px 1px 3px 2px #bd0ace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,10,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0ace


Comments

No comments written yet.

Please login to write comment.