Color Hex Logo

#bd37cc Color Hex

#BD37CC
(189,55,204)
0 Favorites   0 Comments

Color spaces of #bd37cc

RGB 18955204
HSL0.820.590.51
HSV294°73°80°
CMYK 0.070.730.00   0.20
XYZ33.251517.910858.8313
Yxy17.91080.30230.1628
Hunter Lab42.321266.1845-52.7952
CIE-Lab49.387770.4684-50.1594

#bd37cc color RGB value is (189,55,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 11001100
Octal 275 67 314
Decimal 189 55 204
Hex BD 37 CC

RGB Percentages of Color #bd37cc

%42.19
%12.28
%45.54

CMYK Percentages of Color #bd37cc

%7
%73
%0
%20

Triadic Colors of #bd37cc

#bd37cc #ccbd37 #37ccbd

Analogous Colors of #bd37cc

#bd37cc #cc3791 #7337cc

Monochromatic Colors of #bd37cc

#bd37cc

Complementary Color

#bd37cc #46cc37

#bd37cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd37cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd37cc Color CSS Codes

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

#bd37cc Text Font Color

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

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


#bd37cc Background Color

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

This div background color is #bd37cc


#bd37cc Border Color

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

This div border color is #bd37cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd37cc


Comments

No comments written yet.

Please login to write comment.