Color Hex Logo

#bd34dc Color Hex

#BD34DC
(189,52,220)
0 Favorites   0 Comments

Color spaces of #bd34dc

RGB 18952220
HSL0.800.710.53
HSV289°76°86°
CMYK 0.140.760.00   0.14
XYZ35.132518.442169.4181
Yxy18.44210.28560.1499
Hunter Lab42.944370.8775-65.7795
CIE-Lab50.028074.2305-58.2930

#bd34dc color RGB value is (189,52,220).

#bd34dc hex color red value is 189, green value is 52 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd34dc hue: 0.80 , saturation: 0.71 and the lightness value of bd34dc is 0.53.

The process color (four color CMYK) of #bd34dc color hex is 0.14, 0.76, 0.00, 0.14. Web safe color of #bd34dc is #cc33cc. Color #bd34dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 11011100
Octal 275 64 334
Decimal 189 52 220
Hex BD 34 DC

RGB Percentages of Color #bd34dc

%41.00
%11.28
%47.72

CMYK Percentages of Color #bd34dc

%14
%76
%0
%14

Triadic Colors of #bd34dc

#bd34dc #dcbd34 #34dcbd

Analogous Colors of #bd34dc

#bd34dc #dc34a7 #6934dc

Monochromatic Colors of #bd34dc

#bd34dc

Complementary Color

#bd34dc #53dc34

#bd34dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd34dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd34dc Color CSS Codes

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

#bd34dc Text Font Color

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

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


#bd34dc Background Color

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

This div background color is #bd34dc


#bd34dc Border Color

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

This div border color is #bd34dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd34dc


Comments

No comments written yet.

Please login to write comment.