Color Hex Logo

#bd3da0 Color Hex

#BD3DA0
(189,61,160)
0 Favorites   0 Comments

Color spaces of #bd3da0

RGB 18961160
HSL0.870.510.49
HSV314°68°74°
CMYK 0.000.680.15   0.26
XYZ29.000216.694434.9516
Yxy16.69440.35960.2070
Hunter Lab40.858855.1905-22.1170
CIE-Lab47.872661.2947-26.8154

#bd3da0 color RGB value is (189,61,160).

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

The process color (four color CMYK) of #bd3da0 color hex is 0.00, 0.68, 0.15, 0.26. Web safe color of #bd3da0 is #cc3399. Color #bd3da0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111101 10100000
Octal 275 75 240
Decimal 189 61 160
Hex BD 3D A0

RGB Percentages of Color #bd3da0

%46.10
%14.88
%39.02

CMYK Percentages of Color #bd3da0

%0
%68
%15
%26

Triadic Colors of #bd3da0

#bd3da0 #a0bd3d #3da0bd

Analogous Colors of #bd3da0

#bd3da0 #bd3d60 #9a3dbd

Monochromatic Colors of #bd3da0

#bd3da0

Complementary Color

#bd3da0 #3dbd5a

#bd3da0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3da0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3da0 Color CSS Codes

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

#bd3da0 Text Font Color

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

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


#bd3da0 Background Color

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

This div background color is #bd3da0


#bd3da0 Border Color

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

This div border color is #bd3da0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3da0


Comments

No comments written yet.

Please login to write comment.