Color Hex Logo

#bd29cc Color Hex

#BD29CC
(189,41,204)
0 Favorites   0 Comments

Color spaces of #bd29cc

RGB 18941204
HSL0.820.670.48
HSV294°80°80°
CMYK 0.070.800.00   0.20
XYZ32.678316.764358.6402
Yxy16.76430.30230.1551
Hunter Lab40.944270.8115-56.2540
CIE-Lab47.961774.5791-52.4416

#bd29cc color RGB value is (189,41,204).

#bd29cc hex color red value is 189, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd29cc hue: 0.82 , saturation: 0.67 and the lightness value of bd29cc is 0.48.

The process color (four color CMYK) of #bd29cc color hex is 0.07, 0.80, 0.00, 0.20. Web safe color of #bd29cc is #cc33cc. Color #bd29cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 11001100
Octal 275 51 314
Decimal 189 41 204
Hex BD 29 CC

RGB Percentages of Color #bd29cc

%43.55
%9.45
%47.00

CMYK Percentages of Color #bd29cc

%7
%80
%0
%20

Triadic Colors of #bd29cc

#bd29cc #ccbd29 #29ccbd

Analogous Colors of #bd29cc

#bd29cc #cc298a #6c29cc

Monochromatic Colors of #bd29cc

#bd29cc

Complementary Color

#bd29cc #38cc29

#bd29cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd29cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd29cc Color CSS Codes

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

#bd29cc Text Font Color

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

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


#bd29cc Background Color

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

This div background color is #bd29cc


#bd29cc Border Color

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

This div border color is #bd29cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd29cc


Comments

No comments written yet.

Please login to write comment.