Color Hex Logo

#bd34cb Color Hex

#BD34CB
(189,52,203)
0 Favorites   0 Comments

Color spaces of #bd34cb

RGB 18952203
HSL0.820.590.50
HSV294°74°80°
CMYK 0.070.740.00   0.20
XYZ32.993717.586658.1555
Yxy17.58660.30340.1617
Hunter Lab41.936467.0473-52.8653
CIE-Lab48.990871.2665-50.2176

#bd34cb color RGB value is (189,52,203).

#bd34cb hex color red value is 189, green value is 52 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd34cb hue: 0.82 , saturation: 0.59 and the lightness value of bd34cb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 11001011
Octal 275 64 313
Decimal 189 52 203
Hex BD 34 CB

RGB Percentages of Color #bd34cb

%42.57
%11.71
%45.72

CMYK Percentages of Color #bd34cb

%7
%74
%0
%20

Triadic Colors of #bd34cb

#bd34cb #cbbd34 #34cbbd

Analogous Colors of #bd34cb

#bd34cb #cb348e #7234cb

Monochromatic Colors of #bd34cb

#bd34cb

Complementary Color

#bd34cb #42cb34

#bd34cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd34cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd34cb Color CSS Codes

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

#bd34cb Text Font Color

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

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


#bd34cb Background Color

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

This div background color is #bd34cb


#bd34cb Border Color

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

This div border color is #bd34cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd34cb


Comments

No comments written yet.

Please login to write comment.