Color Hex Logo

#bd08ce Color Hex

#BD08CE
(189,8,206)
0 Favorites   0 Comments

Color spaces of #bd08ce

RGB 1898206
HSL0.820.930.42
HSV295°96°81°
CMYK 0.080.960.00   0.19
XYZ32.213715.448759.6766
Yxy15.44870.30010.1439
Hunter Lab39.304877.5127-62.5067
CIE-Lab46.242780.3204-56.3583

#bd08ce color RGB value is (189,8,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001000 11001110
Octal 275 10 316
Decimal 189 8 206
Hex BD 8 CE

RGB Percentages of Color #bd08ce

%46.90
%1.99
%51.12

CMYK Percentages of Color #bd08ce

%8
%96
%0
%19

Triadic Colors of #bd08ce

#bd08ce #cebd08 #08cebd

Analogous Colors of #bd08ce

#bd08ce #ce087c #5a08ce

Monochromatic Colors of #bd08ce

#bd08ce

Complementary Color

#bd08ce #19ce08

#bd08ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd08ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd08ce Color CSS Codes

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

#bd08ce Text Font Color

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

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


#bd08ce Background Color

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

This div background color is #bd08ce


#bd08ce Border Color

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

This div border color is #bd08ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd08ce


Comments

No comments written yet.

Please login to write comment.