Color Hex Logo

#bd09ce Color Hex

#BD09CE
(189,9,206)
0 Favorites   0 Comments

Color spaces of #bd09ce

RGB 1899206
HSL0.820.920.42
HSV295°96°81°
CMYK 0.080.960.00   0.19
XYZ32.224515.470459.6802
Yxy15.47040.30010.1441
Hunter Lab39.332477.4108-62.4297
CIE-Lab46.271980.2338-56.3114

#bd09ce color RGB value is (189,9,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001001 11001110
Octal 275 11 316
Decimal 189 9 206
Hex BD 9 CE

RGB Percentages of Color #bd09ce

%46.78
%2.23
%50.99

CMYK Percentages of Color #bd09ce

%8
%96
%0
%19

Triadic Colors of #bd09ce

#bd09ce #cebd09 #09cebd

Analogous Colors of #bd09ce

#bd09ce #ce097d #5b09ce

Monochromatic Colors of #bd09ce

#bd09ce

Complementary Color

#bd09ce #1ace09

#bd09ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd09ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd09ce Color CSS Codes

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

#bd09ce Text Font Color

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

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


#bd09ce Background Color

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

This div background color is #bd09ce


#bd09ce Border Color

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

This div border color is #bd09ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd09ce


Comments

No comments written yet.

Please login to write comment.