Color Hex Logo

#bd69cd Color Hex

#BD69CD
(189,105,205)
0 Favorites   0 Comments

Color spaces of #bd69cd

RGB 189105205
HSL0.810.500.61
HSV290°49°80°
CMYK 0.080.490.00   0.20
XYZ37.057325.329760.6936
Yxy25.32970.30110.2058
Hunter Lab50.328643.3557-36.2705
CIE-Lab57.395348.9121-38.0543

#bd69cd color RGB value is (189,105,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 11001101
Octal 275 151 315
Decimal 189 105 205
Hex BD 69 CD

RGB Percentages of Color #bd69cd

%37.88
%21.04
%41.08

CMYK Percentages of Color #bd69cd

%8
%49
%0
%20

Triadic Colors of #bd69cd

#bd69cd #cdbd69 #69cdbd

Analogous Colors of #bd69cd

#bd69cd #cd69ab #8b69cd

Monochromatic Colors of #bd69cd

#bd69cd

Complementary Color

#bd69cd #79cd69

#bd69cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd69cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd69cd Color CSS Codes

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

#bd69cd Text Font Color

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

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


#bd69cd Background Color

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

This div background color is #bd69cd


#bd69cd Border Color

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

This div border color is #bd69cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd69cd


Comments

No comments written yet.

Please login to write comment.