Color Hex Logo

#bd29cf Color Hex

#BD29CF
(189,41,207)
0 Favorites   0 Comments

Color spaces of #bd29cf

RGB 18941207
HSL0.820.670.49
HSV293°80°81°
CMYK 0.090.800.00   0.19
XYZ33.041716.909760.5539
Yxy16.90970.29900.1530
Hunter Lab41.121471.4651-58.5233
CIE-Lab48.146175.0780-53.8749

#bd29cf color RGB value is (189,41,207).

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

The process color (four color CMYK) of #bd29cf color hex is 0.09, 0.80, 0.00, 0.19. Web safe color of #bd29cf is #cc33cc. Color #bd29cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 11001111
Octal 275 51 317
Decimal 189 41 207
Hex BD 29 CF

RGB Percentages of Color #bd29cf

%43.25
%9.38
%47.37

CMYK Percentages of Color #bd29cf

%9
%80
%0
%19

Triadic Colors of #bd29cf

#bd29cf #cfbd29 #29cfbd

Analogous Colors of #bd29cf

#bd29cf #cf298e #6a29cf

Monochromatic Colors of #bd29cf

#bd29cf

Complementary Color

#bd29cf #3bcf29

#bd29cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd29cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd29cf Color CSS Codes

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

#bd29cf Text Font Color

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

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


#bd29cf Background Color

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

This div background color is #bd29cf


#bd29cf Border Color

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

This div border color is #bd29cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd29cf


Comments

No comments written yet.

Please login to write comment.