Color Hex Logo

#bd69cc Color Hex

#BD69CC
(189,105,204)
0 Favorites   0 Comments

Color spaces of #bd69cc

RGB 189105204
HSL0.810.490.61
HSV291°49°80°
CMYK 0.070.490.00   0.20
XYZ36.936925.281660.0598
Yxy25.28160.30210.2068
Hunter Lab50.280843.1369-35.6246
CIE-Lab57.348848.7164-37.5595

#bd69cc color RGB value is (189,105,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 11001100
Octal 275 151 314
Decimal 189 105 204
Hex BD 69 CC

RGB Percentages of Color #bd69cc

%37.95
%21.08
%40.96

CMYK Percentages of Color #bd69cc

%7
%49
%0
%20

Triadic Colors of #bd69cc

#bd69cc #ccbd69 #69ccbd

Analogous Colors of #bd69cc

#bd69cc #cc69aa #8c69cc

Monochromatic Colors of #bd69cc

#bd69cc

Complementary Color

#bd69cc #78cc69

#bd69cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd69cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd69cc Color CSS Codes

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

#bd69cc Text Font Color

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

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


#bd69cc Background Color

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

This div background color is #bd69cc


#bd69cc Border Color

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

This div border color is #bd69cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd69cc


Comments

No comments written yet.

Please login to write comment.