Color Hex Logo

#bd38cc Color Hex

#BD38CC
(189,56,204)
0 Favorites   0 Comments

Color spaces of #bd38cc

RGB 18956204
HSL0.820.590.51
HSV294°73°80°
CMYK 0.070.730.00   0.20
XYZ33.299518.006858.8473
Yxy18.00680.30230.1635
Hunter Lab42.434465.8138-52.5182
CIE-Lab49.504470.1352-49.9731

#bd38cc color RGB value is (189,56,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 11001100
Octal 275 70 314
Decimal 189 56 204
Hex BD 38 CC

RGB Percentages of Color #bd38cc

%42.09
%12.47
%45.43

CMYK Percentages of Color #bd38cc

%7
%73
%0
%20

Triadic Colors of #bd38cc

#bd38cc #ccbd38 #38ccbd

Analogous Colors of #bd38cc

#bd38cc #cc3891 #7338cc

Monochromatic Colors of #bd38cc

#bd38cc

Complementary Color

#bd38cc #47cc38

#bd38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd38cc Color CSS Codes

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

#bd38cc Text Font Color

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

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


#bd38cc Background Color

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

This div background color is #bd38cc


#bd38cc Border Color

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

This div border color is #bd38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd38cc


Comments

No comments written yet.

Please login to write comment.