Color Hex Logo

#bd34ce Color Hex

#BD34CE
(189,52,206)
0 Favorites   0 Comments

Color spaces of #bd34ce

RGB 18952206
HSL0.810.610.51
HSV293°75°81°
CMYK 0.080.750.00   0.19
XYZ33.354817.731060.0570
Yxy17.73100.30010.1595
Hunter Lab42.108267.7043-55.0869
CIE-Lab49.168271.7792-51.6614

#bd34ce color RGB value is (189,52,206).

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

The process color (four color CMYK) of #bd34ce color hex is 0.08, 0.75, 0.00, 0.19. Web safe color of #bd34ce is #cc33cc. Color #bd34ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 11001110
Octal 275 64 316
Decimal 189 52 206
Hex BD 34 CE

RGB Percentages of Color #bd34ce

%42.28
%11.63
%46.09

CMYK Percentages of Color #bd34ce

%8
%75
%0
%19

Triadic Colors of #bd34ce

#bd34ce #cebd34 #34cebd

Analogous Colors of #bd34ce

#bd34ce #ce3492 #7034ce

Monochromatic Colors of #bd34ce

#bd34ce

Complementary Color

#bd34ce #45ce34

#bd34ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd34ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd34ce Color CSS Codes

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

#bd34ce Text Font Color

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

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


#bd34ce Background Color

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

This div background color is #bd34ce


#bd34ce Border Color

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

This div border color is #bd34ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd34ce


Comments

No comments written yet.

Please login to write comment.