Color Hex Logo

#bd03bd Color Hex

#BD03BD
(189,3,189)
0 Favorites   0 Comments

Color spaces of #bd03bd

RGB 1893189
HSL0.830.970.38
HSV300°98°74°
CMYK 0.000.980.00   0.26
XYZ30.204114.558149.3622
Yxy14.55810.32090.1547
Hunter Lab38.155174.5317-49.9964
CIE-Lab45.022978.1730-48.4295

#bd03bd color RGB value is (189,3,189).

#bd03bd hex color red value is 189, green value is 3 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd03bd hue: 0.83 , saturation: 0.97 and the lightness value of bd03bd is 0.38.

The process color (four color CMYK) of #bd03bd color hex is 0.00, 0.98, 0.00, 0.26. Web safe color of #bd03bd is #cc00cc. Color #bd03bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 10111101
Octal 275 3 275
Decimal 189 3 189
Hex BD 3 BD

RGB Percentages of Color #bd03bd

%49.61
%0.79
%49.61

CMYK Percentages of Color #bd03bd

%0
%98
%0
%26

Triadic Colors of #bd03bd

#bd03bd #bdbd03 #03bdbd

Analogous Colors of #bd03bd

#bd03bd #bd0360 #6003bd

Monochromatic Colors of #bd03bd

#bd03bd

Complementary Color

#bd03bd #03bd03

#bd03bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd03bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd03bd Color CSS Codes

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

#bd03bd Text Font Color

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

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


#bd03bd Background Color

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

This div background color is #bd03bd


#bd03bd Border Color

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

This div border color is #bd03bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd03bd


Comments

No comments written yet.

Please login to write comment.