Color Hex Logo

#bd69ce Color Hex

#BD69CE
(189,105,206)
0 Favorites   0 Comments

Color spaces of #bd69ce

RGB 189105206
HSL0.810.510.61
HSV290°49°81°
CMYK 0.080.490.00   0.19
XYZ37.178425.378261.3315
Yxy25.37820.30010.2048
Hunter Lab50.376843.5748-36.9192
CIE-Lab57.442149.1077-38.5483

#bd69ce color RGB value is (189,105,206).

#bd69ce hex color red value is 189, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd69ce hue: 0.81 , saturation: 0.51 and the lightness value of bd69ce is 0.61.

The process color (four color CMYK) of #bd69ce color hex is 0.08, 0.49, 0.00, 0.19. Web safe color of #bd69ce is #cc66cc. Color #bd69ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 11001110
Octal 275 151 316
Decimal 189 105 206
Hex BD 69 CE

RGB Percentages of Color #bd69ce

%37.80
%21.00
%41.20

CMYK Percentages of Color #bd69ce

%8
%49
%0
%19

Triadic Colors of #bd69ce

#bd69ce #cebd69 #69cebd

Analogous Colors of #bd69ce

#bd69ce #ce69ad #8b69ce

Monochromatic Colors of #bd69ce

#bd69ce

Complementary Color

#bd69ce #7ace69

#bd69ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd69ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd69ce Color CSS Codes

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

#bd69ce Text Font Color

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

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


#bd69ce Background Color

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

This div background color is #bd69ce


#bd69ce Border Color

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

This div border color is #bd69ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd69ce


Comments

No comments written yet.

Please login to write comment.