Color Hex Logo

#bd3dbe Color Hex

#BD3DBE
(189,61,190)
0 Favorites   0 Comments

Color spaces of #bd3dbe

RGB 18961190
HSL0.830.510.49
HSV300°68°75°
CMYK 0.010.680.00   0.25
XYZ31.949317.874050.4813
Yxy17.87400.31850.1782
Hunter Lab42.277760.9069-41.2004
CIE-Lab49.342966.0011-42.1336

#bd3dbe color RGB value is (189,61,190).

#bd3dbe hex color red value is 189, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bd3dbe hue: 0.83 , saturation: 0.51 and the lightness value of bd3dbe is 0.49.

The process color (four color CMYK) of #bd3dbe color hex is 0.01, 0.68, 0.00, 0.25. Web safe color of #bd3dbe is #cc33cc. Color #bd3dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111101 10111110
Octal 275 75 276
Decimal 189 61 190
Hex BD 3D BE

RGB Percentages of Color #bd3dbe

%42.95
%13.86
%43.18

CMYK Percentages of Color #bd3dbe

%1
%68
%0
%25

Triadic Colors of #bd3dbe

#bd3dbe #bebd3d #3dbebd

Analogous Colors of #bd3dbe

#bd3dbe #be3d7f #7d3dbe

Monochromatic Colors of #bd3dbe

#bd3dbe

Complementary Color

#bd3dbe #3ebe3d

#bd3dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3dbe Color CSS Codes

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

#bd3dbe Text Font Color

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

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


#bd3dbe Background Color

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

This div background color is #bd3dbe


#bd3dbe Border Color

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

This div border color is #bd3dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3dbe


Comments

No comments written yet.

Please login to write comment.